mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
Update tests/software/ivar/variants/main.nf
This commit is contained in:
parent
23987bdad0
commit
de90d371dc
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +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
|
||||||
|
|
||||||
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)
|
||||||
def dummy = file("${launchDir}/tests/data/dummy/dummy_file.txt", checkIfExists: true)
|
def dummy = file("${launchDir}/tests/data/dummy/dummy_file.txt", checkIfExists: true)
|
||||||
|
|
Loading…
Reference in a new issue