Skip to content

Commit adbd05b

Browse files
fixed formatting
1 parent 0925f30 commit adbd05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/local/gtf2bed/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process GTF2BED {
1313
output:
1414
path '*.bed' , emit: bed
1515
tuple val({"${task.process}"}), val('perl'), eval("perl -V:version | sed \"s/version='//; s/';//\""), topic:versions, emit: versions_perl
16-
16+
1717

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

0 commit comments

Comments
 (0)