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