Skip to content

Commit 1de647a

Browse files
committed
upgrade vafator version
1 parent 81b34d1 commit 1de647a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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=1.2.5" : null)
15+
conda (params.enable_conda ? "bioconda::vafator=2.0.1" : null)
1616

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

0 commit comments

Comments
 (0)