mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-10 23:59:39 -05:00
Update tests/software/bcftools/consensus/main.nf
This commit is contained in:
parent
58d28ed896
commit
0f6830f7cc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
nextflow.enable.dsl = 2
|
nextflow.enable.dsl = 2
|
||||||
|
|
||||||
include { BCFTOOLS_CONSENSUS as BCFTOOLS_CONSENSUS } from '../../../../software/bcftools/consensus/main.nf' addParams( options: [:] )
|
include { BCFTOOLS_CONSENSUS } from '../../../../software/bcftools/consensus/main.nf' addParams( options: [:] )
|
||||||
|
|
||||||
workflow test_bcftools_consensus {
|
workflow test_bcftools_consensus {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue