mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Add gff as input for proper staging
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
6259b72081
commit
8c483d4c6a
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ process IVAR_VARIANTS {
|
|||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
path fasta
|
||||
path fasta
|
||||
path gff
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.tsv") , emit: tsv
|
||||
|
|
Loading…
Reference in a new issue