mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Update software/ivar/consensus/main.nf
This commit is contained in:
parent
bc5e073cdb
commit
9e4539473e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue