Skip to content

Commit da00b5d

Browse files
committed
Change output for compatibility
1 parent c92acc9 commit da00b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/local/tsvextractor.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ process TSVEXTRACTOR {
77
tuple val(meta), path(file)
88

99
output:
10-
path '*.tsv', emit: tsv
10+
tuple val(meta), path("*.tsv"), emit: tsv
1111

1212
script:
1313
def args = task.ext.args ?: ''

0 commit comments

Comments
 (0)