We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92acc9 commit da00b5dCopy full SHA for da00b5d
modules/local/tsvextractor.nf
@@ -7,7 +7,7 @@ process TSVEXTRACTOR {
7
tuple val(meta), path(file)
8
9
output:
10
- path '*.tsv', emit: tsv
+ tuple val(meta), path("*.tsv"), emit: tsv
11
12
script:
13
def args = task.ext.args ?: ''
0 commit comments