Update software/ivar/consensus/main.nf

This commit is contained in:
Harshil Patel 2021-02-12 23:01:53 +00:00 committed by GitHub
parent bc5e073cdb
commit 9e4539473e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ process IVAR_CONSENSUS {
input:
tuple val(meta), path(bam)
path(fasta)
path fasta
output:
tuple val(meta), path("*.fa") , emit: fasta