We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b34d1 commit 1de647aCopy full SHA for 1de647a
1 file changed
modules/04_vafator.nf
@@ -12,7 +12,7 @@ process VAFATOR {
12
tag "${patient_name}"
13
publishDir "${params.output}/${patient_name}", mode: "copy"
14
15
- conda (params.enable_conda ? "bioconda::vafator=1.2.5" : null)
+ conda (params.enable_conda ? "bioconda::vafator=2.0.1" : null)
16
17
input:
18
tuple val(patient_name), file(vcf), val(bams)
0 commit comments