Skip to content

Commit d65ae3b

Browse files
committed
Standardize version emission and restore EDAM comments
1 parent 0e01ffe commit d65ae3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/nf-core/wfmash/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ process WFMASH {
1414

1515
output:
1616
tuple val(meta), path("*.paf"), emit: paf
17-
tuple val("${task.process}"), val('wfmash'), eval('echo $(wfmash --version 2>&1) | cut -f 1 -d \'-\' | cut -f 2 -d \'v\''), topic: versions, emit: versions_wfmash
17+
tuple val("${task.process}"), val('wfmash'), eval('echo $(wfmash --version 2>&1) | cut -f 1 -d \'-\' | cut -f 2 -d \'v\''), topic: versions, emit: versions
1818

1919

2020
when:

modules/nf-core/wfmash/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ output:
6565
description: Alignments in PAF format
6666
pattern: "*.{paf}"
6767
ontologies: []
68-
versions_wfmash:
68+
versions:
6969
- - ${task.process}:
7070
type: string
7171
description: The name of the process

0 commit comments

Comments
 (0)