We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0925f30 commit adbd05bCopy full SHA for adbd05b
1 file changed
modules/local/gtf2bed/main.nf
@@ -13,7 +13,7 @@ process GTF2BED {
13
output:
14
path '*.bed' , emit: bed
15
tuple val({"${task.process}"}), val('perl'), eval("perl -V:version | sed \"s/version='//; s/';//\""), topic:versions, emit: versions_perl
16
-
+
17
18
when:
19
task.ext.when == null || task.ext.when
0 commit comments