mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
Add explicit gff is false param
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
ee4c2828a0
commit
3188b8e30e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
nextflow.enable.dsl = 2
|
nextflow.enable.dsl = 2
|
||||||
|
|
||||||
params.save_mpileup = true
|
params.save_mpileup = true
|
||||||
|
params.gff = false
|
||||||
|
|
||||||
include { IVAR_VARIANTS } from '../../../../software/ivar/variants/main.nf' addParams([:])
|
include { IVAR_VARIANTS } from '../../../../software/ivar/variants/main.nf' addParams([:])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue