mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update tests/software/tabix/bgzip/main.nf
This commit is contained in:
parent
8dd6d1d38a
commit
4f11064ae2
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ workflow test_tabix_bgzip_vcf {
|
||||||
input = [ [ id:'test' ], // meta map
|
input = [ [ id:'test' ], // meta map
|
||||||
[ file("${launchDir}/tests/data/vcf/test.vcf", checkIfExists: true) ]]
|
[ file("${launchDir}/tests/data/vcf/test.vcf", checkIfExists: true) ]]
|
||||||
|
|
||||||
BGZIP_VCF ( input )
|
TABIX_BGZIP ( input )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue