Skip to content

Commit 4e0248b

Browse files
authored
Update 04_vafator.nf
Bump VAFATOR to 2.2.0 in MULTIALLELIC_FILTER process
1 parent ed2704e commit 4e0248b

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)