Skip to content

Commit

Permalink
Merge pull request #2868 from vickylaram/modules-template-indentation
Browse files Browse the repository at this point in the history
Fixed indentation in modules template
  • Loading branch information
mirpedrol authored May 6, 2024
2 parents 2e7ba04 + 872d05d commit 98abe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/module-template/tests/main.nf.test.j2
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 98abe32

Please sign in to comment.