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

flexi_plitter: capture all output

parent 9b9b404a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ process split {
tuple val(config_id), path(config)
output:
tuple val(file_id), path("*.fastq*"), emit: fastq
tuple val(file_id), path("*"), emit: fastq
script:
if (file_id instanceof List){
......
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