Skip to content

Releases: TRON-Bioinformatics/tronflow-vcf-postprocessing

Release v2.1.4

02 Feb 13:38
87e1025
Compare
Choose a tag to compare

Changes

  • Remove cleanup=true in config file

Release v2.1.3

02 Feb 10:00
faae556
Compare
Choose a tag to compare

Bugfixes

  • The VAFator read filtering parameters were not passed at all when 0 was passed

Changes

  • Default VAFator parameters for read filtering are now set to --mapping-quality 0 and --base-call-quality 0.

Release v2.1.2

31 Jan 10:31
811024d
Compare
Choose a tag to compare

Bugfixes:

Release v2.1.1

22 Nov 20:04
96c7aae
Compare
Choose a tag to compare

Fix

  • The multiallelic filter was failing
  • The option to skip the multiallelic filter was undocumented

Release v2.1.0

22 Nov 13:06
e6c107d
Compare
Choose a tag to compare

Changes

  • Fix issue with VAFator integration
  • Enable the support for any number of BAM files
  • Add SnpEff for functional annotations

Release v2.0.0

09 Nov 15:04
d423297
Compare
Choose a tag to compare

Changes

  • Migration of pipeline to Nextflow DSL 2
  • CI environment migrated to GitHub actions
  • Added several checks on the output VCFs during automated tests
  • Integrate vafator as an optional step to annotate VCFs with allele frequencies in the same run
  • Update bcftools to 1.14
  • Conda dependencies are now managed at the module level avoiding conflicts between libraries

TronFlow variant normalization v1.1.1

22 Jun 20:12
Compare
Choose a tag to compare

Minor changes

  • Cleans up intermediate files after correct execution

TronFlow variant normalization v1.1.0

01 Jun 12:15
Compare
Choose a tag to compare

Changes:

  • Add support for VCFs without INFO/AD annotations using --vcf_without_ad
  • Add better support for single VCFs through --input_vcf

TronFlow variant normalization v1.0.1

30 May 15:49
Compare
Choose a tag to compare

Changes:

  • Fixes an issue with --help

TronFlow variant normalization v1.0.0

30 May 05:48
Compare
Choose a tag to compare

Changes:

  • Integrate conda environments
  • Makes more use of bcftools instead of vt due to better support.
  • Automate tests
  • Add clear examples to the README
  • Add stats before and after normalization