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
27020105aa
commit
7c276d2974
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ workflow test_ivar_variants_no_gff_no_mpileup {
|
|||
IVAR_VARIANTS ( input, ref, dummy )
|
||||
}
|
||||
|
||||
params.gff = false
|
||||
params.save_mpileup = true
|
||||
|
||||
workflow test_ivar_variants_no_gff_with_mpileup {
|
||||
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)
|
||||
def dummy = file("${launchDir}/tests/data/dummy/dummy_file.txt", checkIfExists: true)
|
||||
|
|
Loading…
Reference in a new issue