1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-10 15:49:37 -05:00

Update tests/software/bcftools/consensus/main.nf

This commit is contained in:
Harshil Patel 2021-02-08 21:41:24 +00:00 committed by GitHub
parent 58d28ed896
commit 0f6830f7cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
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 {