Add gff as input for proper staging

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

View file

@ -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