From 1dc076d5ea4373326288126c19fbd46a6e10ab69 Mon Sep 17 00:00:00 2001 From: vickylaram Date: Mon, 18 Mar 2024 15:57:08 +0100 Subject: [PATCH] Fixed indentation --- nf_core/module-template/tests/main.nf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/module-template/tests/main.nf.test b/nf_core/module-template/tests/main.nf.test index e1b1dadf12..f31e92d659 100644 --- a/nf_core/module-template/tests/main.nf.test +++ b/nf_core/module-template/tests/main.nf.test @@ -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 %}