Skip to content

Commit 90eca4a

Browse files
authored
Merge pull request #21 from TRON-Bioinformatics/bump-vafator
Update VAFATOR to 2.2.0 in MULTIALLELIC_FILTER process in 04_vafator.nf
2 parents a00d1ec + 4e0248b commit 90eca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/04_vafator.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ process MULTIALLELIC_FILTER {
4141
tag "${name}"
4242
publishDir "${params.output}/${name}", mode: "copy"
4343

44-
conda (params.enable_conda ? "bioconda::vafator=2.0.3" : null)
44+
conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null)
4545

4646
input:
4747
tuple val(name), file(vcf)

0 commit comments

Comments
 (0)