File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
hello-nf-core/solutions/core-hello-part5/modules/local/cowpy Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ process COWPY {
2121 script:
2222 def args = task. ext. args ?: ' '
2323 def prefix = task. ext. prefix ?: " ${ meta.id} "
24-
24+
2525 """
26-
26+
2727
2828 cat <<-END_VERSIONS > versions.yml
2929 "${ task.process} ":
@@ -34,10 +34,10 @@ process COWPY {
3434 stub:
3535 def args = task. ext. args ?: ' '
3636 def prefix = task. ext. prefix ?: " ${ meta.id} "
37-
37+
3838 """
3939 echo $args
40-
40+
4141
4242 cat <<-END_VERSIONS > versions.yml
4343 "${ task.process} ":
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ nextflow_process {
2222 process {
2323 """
2424 // TODO nf-core: define inputs of the process here. Example:
25-
25+
2626 input[0] = [
2727 [ id:'test' ],
2828 file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),
@@ -54,7 +54,7 @@ nextflow_process {
5454 process {
5555 """
5656 // TODO nf-core: define inputs of the process here. Example:
57-
57+
5858 input[0] = [
5959 [ id:'test' ],
6060 file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),
You can’t perform that action at this time.
0 commit comments