We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd9e97 commit 44285a2Copy full SHA for 44285a2
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=2.0.3" : null)
+ conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null)
16
17
input:
18
tuple val(patient_name), file(vcf), val(bams), val(purities), val(clonalities)
0 commit comments