Skip to content

Commit 7c4edfe

Browse files
Fixed topic emission
1 parent aa56bb9 commit 7c4edfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/local/gtf2bed/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ process GTF2BED {
1212

1313
output:
1414
path '*.bed' , emit: bed
15-
tuple val({"${task.process}"}), val('perl'), eval("perl --version 2>&1 | sed 's/.*v\\(.*\\)) built.*/\\1/'"), topic:versions, emit: versions_perl
16-
15+
tuple val({"${task.process}"}), val('perl'), eval("perl -V:version | sed \"s/version='//; s/';//\""), topic:versions, emit: versions_perl
16+
1717

1818
when:
1919
task.ext.when == null || task.ext.when

0 commit comments

Comments
 (0)