From 4e0248b8903dc5840845765ec7bf178580c0c70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zlem=20Muslu?= Date: Wed, 22 Jan 2025 15:41:31 +0100 Subject: [PATCH] Update 04_vafator.nf Bump VAFATOR to 2.2.0 in MULTIALLELIC_FILTER process --- modules/04_vafator.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)