Skip to content

Commit 6a71584

Browse files
authored
Merge pull request #12 from TRON-Bioinformatics/vafator-210
bump vafator version to 2.1.0
2 parents 54f1033 + e511296 commit 6a71584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0.3" : null)
15+
conda (params.enable_conda ? "bioconda::vafator=2.1.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.0.3" : null)
44+
conda (params.enable_conda ? "bioconda::vafator=2.1.0" : null)
4545

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

nextflow.config

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

30-
VERSION = '2.4.1'
30+
VERSION = '2.5.0'
3131

3232
manifest {
3333
name = 'TRON-Bioinformatics/tronflow-vcf-postprocessing'

0 commit comments

Comments
 (0)