Skip to content

Commit 44285a2

Browse files
authored
Update 04_vafator.nf
Change version of VAFATOR back to 2.2.0
1 parent 8cd9e97 commit 44285a2

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
@@ -12,7 +12,7 @@ process VAFATOR {
1212
tag "${patient_name}"
1313
publishDir "${params.output}/${patient_name}", mode: "copy"
1414

15-
conda (params.enable_conda ? "bioconda::vafator=2.0.3" : null)
15+
conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null)
1616

1717
input:
1818
tuple val(patient_name), file(vcf), val(bams), val(purities), val(clonalities)

0 commit comments

Comments
 (0)