Skip to content

Commit 8f19d4e

Browse files
authored
Bump vafator to v3.0.0
1 parent 90eca4a commit 8f19d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/04_vafator.nf

Lines changed: 2 additions & 2 deletions
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.2.0" : null)
15+
conda (params.enable_conda ? "bioconda::vafator=3.0.0" : null)
1616

1717
input:
1818
tuple val(patient_name), file(vcf), val(bams), val(purities), val(clonalities)
@@ -41,7 +41,7 @@ process MULTIALLELIC_FILTER {
4141
tag "${name}"
4242
publishDir "${params.output}/${name}", mode: "copy"
4343

44-
conda (params.enable_conda ? "bioconda::vafator=2.2.0" : null)
44+
conda (params.enable_conda ? "bioconda::vafator=3.0.0" : null)
4545

4646
input:
4747
tuple val(name), file(vcf)

0 commit comments

Comments
 (0)