mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update tests/software/ivar/variants/main.nf
This commit is contained in:
parent
de90d371dc
commit
27020105aa
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ nextflow.enable.dsl = 2
|
||||||
|
|
||||||
include { IVAR_VARIANTS } from '../../../../software/ivar/variants/main.nf' addParams([:])
|
include { IVAR_VARIANTS } from '../../../../software/ivar/variants/main.nf' addParams([:])
|
||||||
|
|
||||||
params.gff = false
|
params.gff = false
|
||||||
|
params.save_mpileup = false
|
||||||
|
|
||||||
workflow test_ivar_variants_no_gff_no_mpileup {
|
workflow test_ivar_variants_no_gff_no_mpileup {
|
||||||
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)
|
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)
|
||||||
|
|
Loading…
Reference in a new issue