Fix output format

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Anders Goncalves da Silva 2021-02-15 19:52:30 -08:00 committed by GitHub
parent ef1e1b2539
commit 6259b72081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,9 +23,9 @@ process IVAR_VARIANTS {
path fasta path fasta
output: output:
tuple val(meta), path("*.tsv"), emit: variants tuple val(meta), path("*.tsv") , emit: tsv
tuple val(meta), path("*.mpileup"), emit: mpileup tuple val(meta), path("*.mpileup"), optional:true, emit: mpileup
path "*.version.txt" , emit: version path "*.version.txt" , emit: version
script: script:
def software = getSoftwareName(task.process) def software = getSoftwareName(task.process)