Update modules/shigatyper/main.nf

Co-authored-by: Sateesh Peri <33637490+sateeshperi@users.noreply.github.com>
This commit is contained in:
Robert A. Petit III 2022-04-22 08:49:44 -06:00 committed by GitHub
parent 8f2561c07f
commit c2d2399107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ process SHIGATYPER {
output:
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
when: