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

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

View file

@ -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 {