Skip to content
Snippets Groups Projects
Commit 1560022c authored by Jules Sabban's avatar Jules Sabban
Browse files

Change output files

	ref: #79
parent e8027638
No related branches found
No related tags found
1 merge request!12Change output files
Pipeline #122646 failed
......@@ -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 ?: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment