Skip to content

Commit 59501ef

Browse files
committed
fix(salsa2): rename emit: versions to versions_salsa2 per nf-core convention
- main.nf: emit: versions -> emit: versions_salsa2 - meta.yml: output key versions: -> versions_salsa2: - Aligns with nf-core standard (1,363+ modules use versions_<tool>)
1 parent 4c93d95 commit 59501ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/nf-core/salsa2/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ process SALSA2 {
1919
tuple val(meta), path("*_scaffolds_FINAL.fasta") , emit: fasta
2020
tuple val(meta), path("*_scaffolds_FINAL.agp") , emit: agp
2121
tuple val(meta), path("*/*scaffolds_FINAL.original-coordinates.agp"), emit: agp_original_coordinates, optional: true
22-
tuple val("${task.process}"), val('salsa2'), eval("echo 2.3"), topic: versions, emit: versions
22+
tuple val("${task.process}"), val('salsa2'), eval("echo 2.3"), topic: versions, emit: versions_salsa2
2323

2424
when:
2525
task.ext.when == null || task.ext.when

modules/nf-core/salsa2/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ output:
8989
pattern: "*scaffolds_FINAL.original-coordinates.agp"
9090
ontologies: []
9191

92-
versions:
92+
versions_salsa2:
9393
- - ${task.process}:
9494
type: string
9595
description: The name of the process
@@ -100,7 +100,7 @@ output:
100100
type: eval
101101
description: The expression to obtain the version of the tool
102102
topics:
103-
versions:
103+
versions_salsa2:
104104
- - ${task.process}:
105105
type: string
106106
description: The name of the process

0 commit comments

Comments
 (0)