Skip to content

Commit 98fd653

Browse files
Update modules/local/openms/featurefinderidentification/main.nf
Co-authored-by: Joon Klaps <joon.klaps@kuleuven.be>
1 parent 8ba585a commit 98fd653

File tree

1 file changed

+1
-1
lines changed
  • modules/local/openms/featurefinderidentification

1 file changed

+1
-1
lines changed

modules/local/openms/featurefinderidentification/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process OPENMS_FEATUREFINDERIDENTIFICATION {
1313

1414
output:
1515
tuple val(meta), path("*.featureXML"), emit: featurexml
16-
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions, topic: versions
16+
tuple val("${task.process}"), val('openms'), eval("FileInfo --help 2>&1 | grep -E '^Version' | sed 's/^.*Version: //; s/-.*\$//' | sed 's/ -*//; s/ .*\$//'"), emit: versions_featurefinderidentification, topic: versions
1717

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

0 commit comments

Comments
 (0)