Skip to content

Releases: TRON-Bioinformatics/vafator

Release v1.2.5

04 Feb 13:50
84896b1
Compare
Choose a tag to compare

Bugfix

  • DP and AF values in indels were wrong as only reads with the indel was counted in DP

Release v1.2.4

03 Feb 21:35
3421da1
Compare
Choose a tag to compare

Changes

  • Maximum coverage when going through a pileup is not capped to 8000 anymore (this is pysam's default)
  • Several refactors with the aim of improving performance although this did not happen...
  • Added support for python 3.10 + upgraded several dependencies

Release v1.1.5

31 Jan 12:01
Compare
Choose a tag to compare

Fixes

  • Update Nextflow workflow to use latest vafator version v.1.1.4

Release v1.1.4

28 Jan 14:43
Compare
Choose a tag to compare

Bugfixes:

Release v1.1.3

19 Nov 14:05
fdef41d
Compare
Choose a tag to compare

Changes:

  • Nextflow workflow now has a more flexible input to allow using multiple samples

Release v1.1.2

19 Nov 10:48
3002318
Compare
Choose a tag to compare

Fixes

  • VCFs with MNVs were crashing, this is fixed now. No annotation is added for MNVs

Non functional features

  • Nextfllow workflow automated tests do not rely now on conda and hence work

Release v1.1.1

19 Nov 06:09
ba34798
Compare
Choose a tag to compare

Fixes

  • Fix error when --bam parameter is not provided

Non functional features

  • Added automated integration tests that install vafator and run some different command line configurations

Release v1.1.0

10 Nov 22:33
feca54d
Compare
Choose a tag to compare

Changes:

  • Add script vafator2decifer
  • Add parameter --bam sample_name bam_file to replace difficult to use --prefix

Release v1.0.0

10 Nov 18:03
3b46385
Compare
Choose a tag to compare

Changes:

  • Support for the annotation of indels
  • Added better unit testing using data from GIAB
  • Changed the thresholds --mapping-quality and --base-call-quality to filter all reads below the thresholds as opposed to previous behaviour filtering all reads equal or below the threshold. This was cause of a lot of confusion and pysam uses this thresholds
  • Use pysam filtering of reads to avoid reading qualities manually, this increases performance around 60%

Release v0.4.3

19 Oct 06:20
6a1374a
Compare
Choose a tag to compare
  • Change the name of the conda environment. Python package versions remains v0.4.0