diff --git a/modules/04_vafator.nf b/modules/04_vafator.nf index 1419acb..951004a 100644 --- a/modules/04_vafator.nf +++ b/modules/04_vafator.nf @@ -41,7 +41,7 @@ process MULTIALLELIC_FILTER { tag "${name}" publishDir "${params.output}/${name}", mode: "copy" - conda (params.enable_conda ? "bioconda::vafator=2.0.3" : null) + conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null) input: tuple val(name), file(vcf)