File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ process VT_DECOMPOSE_COMPLEX {
3434 memory params. memory
3535 tag " ${ name} "
3636
37- conda (params. enable_conda ? " bioconda::vt=0.57721" : null )
37+ conda (params. enable_conda ? " openssl=3.0.0 bioconda::vt=0.57721" : null )
3838
3939 input:
4040 tuple val(name), file(vcf)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ process VAFATOR {
1313 tag " ${ patient_name} "
1414 publishDir " ${ params.output} /${ patient_name} " , mode: " copy"
1515
16- conda (params. enable_conda ? " bioconda::vafator=1.1.2 " : null )
16+ conda (params. enable_conda ? " bioconda::vafator=1.1.4 " : null )
1717
1818 input:
1919 tuple val(patient_name), file(vcf), val(bams)
@@ -39,7 +39,7 @@ process MULTIALLELIC_FILTER {
3939 tag " ${ name} "
4040 publishDir " ${ params.output} /${ name} " , mode: " copy"
4141
42- conda (params. enable_conda ? " bioconda::vafator=1.1.2 " : null )
42+ conda (params. enable_conda ? " bioconda::vafator=1.1.4 " : null )
4343
4444 input:
4545 tuple val(name), file(vcf)
Original file line number Diff line number Diff line change 11/*
22 * -------------------------------------------------
3- * TRON-Bioinformatics/tronflow-vcf-normalization Nextflow config file
3+ * TRON-Bioinformatics/tronflow-vcf-postprocessing Nextflow config file
44 * -------------------------------------------------
55 */
66
@@ -27,15 +27,15 @@ env {
2727// Capture exit codes from upstream processes when piping
2828process. shell = [' /bin/bash' , ' -euo' , ' pipefail' ]
2929
30- VERSION = ' 2.1.1 '
30+ VERSION = ' 2.1.2 '
3131
3232cleanup= true
3333
3434manifest {
35- name = ' TRON-Bioinformatics/tronflow-vcf-normalization '
35+ name = ' TRON-Bioinformatics/tronflow-vcf-postprocessing '
3636 author = ' Pablo Riesgo-Ferreiro'
37- homePage = ' https://github.com/TRON-Bioinformatics/tronflow-vcf-normalization '
38- description = ' vt variant normalization pipeline'
37+ homePage = ' https://github.com/TRON-Bioinformatics/tronflow-vcf-postprocessing '
38+ description = ' VCF postprocessing pipeline'
3939 mainScript = ' main.nf'
4040 nextflowVersion = ' >=19.10.0'
4141 version = VERSION
You can’t perform that action at this time.
0 commit comments