mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update tests/software/tabix/bgzip/main.nf
This commit is contained in:
parent
6a147b8aaa
commit
8dd6d1d38a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { TABIX_BGZIP as BGZIP_VCF } from '../../../../software/tabix/bgzip/main.nf' addParams( options: [:] )
|
||||
include { TABIX_BGZIP } from '../../../../software/tabix/bgzip/main.nf' addParams( options: [:] )
|
||||
|
||||
workflow test_tabix_bgzip_vcf {
|
||||
|
||||
|
|
Loading…
Reference in a new issue