Skip to content

Releases: ghga-de/nf-platypusindelcalling

minor fixes

12 Nov 13:50
62a8c2f
Compare
Choose a tag to compare

Fixed

  • add cram/crai files to input list (assets/schema_input.json)
  • add only a warn about the indices does not exists in converttovcf.json (bin/convertToStdVCF.py)
  • change default arg for ENSEMBL VEP (conf/modules.config)
  • set TMPDIR to working dir (modules/local/check_if_corrupted.nf)
  • edit nextflow version to latest (nextflow.config)

v2.0.0 main release

28 May 14:31
Compare
Choose a tag to compare

v2.0.0 - 28.05.2024

Added

  • assets/config/convertToStdVCF.json and bin/convertToStdVCF.py

    • Option to output VCF files (all) in standard format (4.2) is added. Also, TSV formatted confidence annotated/filtrated files are being converted into standard VCF.
  • MAFCommon tag is added to the INFO column to mark the common/recurrent artefacts.

  • Minor changes:

    • output names of the VCF files.

Fixed

  • Contig processing is only available for hg38 reference. ALT and/or HLA contigs can be given external in a file.

    • Automatic generation of HLA/ALT contigs is now possible through tumor BAM instead of fasta.
  • Conda links in nf-core modules are fixed.

    • NOTE: Conda environments are not available for the pipeline. Holding conda environment.yml links the same in default creates an error even when enable_conda is false.
  • bin/confidenceAnnotation_Indels.py

  • conf/modules.config platypus arguments are fixed (now it is the same as DKFZ/ODCF)

Dependencies

Deprecated

  • FREQ-based filtering is removed from bin/confidenceAnnotation_Indels.py.

v1.1 beta

13 Dec 08:28
c3bbcf0
Compare
Choose a tag to compare
v1.1 beta Pre-release
Pre-release
  • Descriptions on how to use VEP annotation are improved
  • Annotation file channels fixed

v1.0

01 Dec 16:41
cd6082d
Compare
Choose a tag to compare
v1.0 Pre-release
Pre-release

initial release