mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update modules/shigatyper/main.nf
Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com>
This commit is contained in:
parent
8f2561c07f
commit
c2d2399107
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ process SHIGATYPER {
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("${prefix}.tsv") , emit: tsv
|
tuple val(meta), path("${prefix}.tsv") , emit: tsv
|
||||||
tuple val(meta), path("${prefix}-hits.tsv"), emit: hits, optional: true
|
tuple val(meta), path("${prefix}-hits.tsv"), optional: true, emit: hits
|
||||||
path "versions.yml" , emit: versions
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue