mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -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:
|
input:
|
||||||
tuple val(meta), path(bam)
|
tuple val(meta), path(bam)
|
||||||
path fasta
|
path fasta
|
||||||
|
path gff
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.tsv") , emit: tsv
|
tuple val(meta), path("*.tsv") , emit: tsv
|
||||||
|
|
Loading…
Reference in a new issue