Skip to content

Commit 3d1fa72

Browse files
committed
fix(wfmash): rename emit: versions to versions_wfmash per nf-core convention
- main.nf: emit: versions -> emit: versions_wfmash - meta.yml: output key versions: -> versions_wfmash: - Aligns with nf-core standard (1,363+ modules use versions_<tool>)
1 parent d65ae3b commit 3d1fa72

2 files changed

Lines changed: 3 additions & 3 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
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
1818

1919

2020
when:

modules/nf-core/wfmash/meta.yml

Lines changed: 2 additions & 2 deletions
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:
68+
versions_wfmash:
6969
- - ${task.process}:
7070
type: string
7171
description: The name of the process
@@ -76,7 +76,7 @@ output:
7676
type: eval
7777
description: The expression to obtain the version of the tool
7878
topics:
79-
versions:
79+
versions_wfmash:
8080
- - ${task.process}:
8181
type: string
8282
description: The name of the process

0 commit comments

Comments
 (0)