Update tests/software/tabix/bgzip/main.nf

This commit is contained in:
Harshil Patel 2021-02-16 22:30:06 +00:00 committed by GitHub
parent 8dd6d1d38a
commit 4f11064ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ workflow test_tabix_bgzip_vcf {
input = [ [ id:'test' ], // meta map
[ file("${launchDir}/tests/data/vcf/test.vcf", checkIfExists: true) ]]
BGZIP_VCF ( input )
TABIX_BGZIP ( input )
}