Skip to content
Snippets Groups Projects
Verified Commit 8ead2e48 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

parasplit: fix fastq.gz extention

parent 44747b38
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ process PARASPLIT {
val(digestion)
output:
tuple val(meta1), path ("*.fastq"), emit: fastq
tuple val(meta1), path ("*.fastq.gz"), emit: fastq
path "versions.yml", emit: versions
script:
......
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