Skip to content

Commit

Permalink
Fixed indentation in modules template
Browse files Browse the repository at this point in the history
  • Loading branch information
vickylaram committed Mar 18, 2024
1 parent 5a2d030 commit 693db92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/module-template/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nextflow_process {
input[0] = [
[ id:'test', single_end:false ], // meta map
file(params.test_data['sarscov2']['illumina']['test_paired_end_bam'], checkIfExists: true)
]
]
{%- else %}
input[0] = file(params.test_data['sarscov2']['illumina']['test_single_end_bam'], checkIfExists: true)
{%- endif %}
Expand Down

0 comments on commit 693db92

Please sign in to comment.