File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nf_core/module-template/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ nextflow_process {
2727 // TODO nf-core: define inputs of the process here. Example:
2828 {% if has_meta %}
2929 input[0] = [
30- [ id:'test', single_end:false ], // meta map
30+ [ id:'test' ], // meta map
3131 file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),
3232 ]
3333 {% - else %}
@@ -62,7 +62,7 @@ nextflow_process {
6262 // TODO nf-core: define inputs of the process here. Example:
6363 {% if has_meta %}
6464 input[0] = [
65- [ id:'test', single_end:false ], // meta map
65+ [ id:'test' ], // meta map
6666 file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),
6767 ]
6868 {% - else %}
You can’t perform that action at this time.
0 commit comments