diff --git a/tests/software/bcftools/consensus/main.nf b/tests/software/bcftools/consensus/main.nf index f6da6e40..8b9ce4fe 100644 --- a/tests/software/bcftools/consensus/main.nf +++ b/tests/software/bcftools/consensus/main.nf @@ -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 {