Update tests/software/ivar/variants/main.nf

This commit is contained in:
Harshil Patel 2021-02-16 22:57:47 +00:00 committed by GitHub
parent eeedb959c9
commit 23987bdad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,8 @@ workflow test_ivar_variants_no_gff_with_mpileup {
IVAR_VARIANTS ( input, ref, dummy )
}
params.gff = "${launchDir}/tests/data/gff/sarscov2/MN908947.3.gff3"
workflow test_ivar_variants_with_gff_with_mpileup {
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)