Skip to content

Commit 83160c2

Browse files
committed
fix(smoothxg): rename emit to versions_smoothxg, update snapshots
- main.nf: emit: versions -> emit: versions_smoothxg - meta.yml: output key versions: -> versions_smoothxg: - tests/main.nf.test.snap: regenerate snapshots Local lint: 54/0. Local nf-test: 3/3 passed.
1 parent 101e01c commit 83160c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/nf-core/smoothxg/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process SMOOTHXG {
1313
output:
1414
tuple val(meta), path("*smoothxg.gfa"), emit: gfa
1515
path("*.maf") , optional: true, emit: maf
16-
tuple val("${task.process}"), val('smoothxg'), eval("smoothxg --version 2>&1 | cut -f 1 -d '-' | cut -f 2 -d 'v'"), topic: versions, emit: versions
16+
tuple val("${task.process}"), val('smoothxg'), eval("smoothxg --version 2>&1 | cut -f 1 -d '-' | cut -f 2 -d 'v'"), topic: versions, emit: versions_smoothxg
1717

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

modules/nf-core/smoothxg/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ output:
4949
in this file (optional)
5050
pattern: "*.{maf}"
5151
ontologies: []
52-
versions:
52+
versions_smoothxg:
5353
- - ${task.process}:
5454
type: string
5555
description: The name of the process

0 commit comments

Comments
 (0)