From 1560022cf58e93e256b3649f1de5d7d595e6c974 Mon Sep 17 00:00:00 2001 From: jsabban <jules.sabban@inrae.fr> Date: Tue, 12 Sep 2023 13:12:08 +0200 Subject: [PATCH] Change output files ref: #79 --- modules/local/module_core.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local/module_core.nf b/modules/local/module_core.nf index 35bd868..7db960a 100644 --- a/modules/local/module_core.nf +++ b/modules/local/module_core.nf @@ -124,7 +124,7 @@ process MERGE_LANES { tuple val(sample), path(reads) output: - tuple val(sample), path("*.fastq.gz"), emit: fastq + tuple val(sample), path("*.fastq"), emit: fastq script: def args = task.ext.args ?: '' -- GitLab