From 0f6830f7ccbaeead80d47ee25f728dc4cfc3afda Mon Sep 17 00:00:00 2001 From: Harshil Patel Date: Mon, 8 Feb 2021 21:41:24 +0000 Subject: [PATCH] Update tests/software/bcftools/consensus/main.nf --- tests/software/bcftools/consensus/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {