Skip to content

Commit a00d1ec

Browse files
authored
Merge pull request #19 from TRON-Bioinformatics/bump-vafator
Update 04_vafator.nf
2 parents 8cd9e97 + ed2704e commit a00d1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env {
3232
// Capture exit codes from upstream processes when piping
3333
process.shell = ['/bin/bash', '-euo', 'pipefail']
3434

35-
VERSION = '3.1.2'
35+
VERSION = '3.1.3'
3636

3737
manifest {
3838
name = 'TRON-Bioinformatics/tronflow-vcf-postprocessing'

0 commit comments

Comments
 (0)