We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2704e commit 4e0248bCopy full SHA for 4e0248b
modules/04_vafator.nf
@@ -41,7 +41,7 @@ process MULTIALLELIC_FILTER {
41
tag "${name}"
42
publishDir "${params.output}/${name}", mode: "copy"
43
44
- conda (params.enable_conda ? "bioconda::vafator=2.0.3" : null)
+ conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null)
45
46
input:
47
tuple val(name), file(vcf)
0 commit comments