Skip to content

Releases: TRON-Bioinformatics/vafator

v2.2.0

30 Jan 14:40
63982b9
Compare
Choose a tag to compare

What's Changed

  • Add ambiguous bases annotations by @priesgo in #44
    • Include count of ambiguous bases (any IUPAC ambiguity code)
    • Exclude ambiguous bases from the DP and the denominator in VAF calculations by default. To include it use --include-ambiguous-bases
  • Include support for python 3.10

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

07 Oct 04:22
6163281
Compare
Choose a tag to compare

Changes

  • When a tumor copy number below one is provided we ensure the expected allele frequency is never greater than one by setting the tumor copy number to a minimum of one.
  • Added support for python 3.10

Release v2.0.3

15 Aug 10:39
36eb7b2
Compare
Choose a tag to compare

Bugfix

  • For deletions the relative position in the read is empty, it uses instead the next position after the deletion. This was causing a cryptic crash: '<' not supported between instances of 'NoneType' and 'int'

Release v2.0.2

12 Aug 14:02
dd39e22
Compare
Choose a tag to compare

Bug fix

  • When using replicates VAFator was crashing in 2.0.0 and 2.0.1 due to a wrong annotation name in the header.

Release v2.0.1

11 Aug 09:50
17cc366
Compare
Choose a tag to compare

Changes

  • Dependencies are now more flexible + pysam is upgraded to 0.19

Release v2.0.0

09 Aug 09:12
ad13778
Compare
Choose a tag to compare

Changes

  • Implement an approach to calculate the probability of an undetected somatic mutation
  • Implement the absolute approach (Carter, 2017) to calculate the power to call a mutation
  • Add the median MQ, BQ and relative position metrics
  • Implement the rank sum test approach (DePristo, 2011) over MQ, BQ and relative position

Bugfixes

  • There was an error in the accumulation of reads between replicates for indels, thus when providing replicates the aggregated coverage annotations for indels contained only the results from one replicate. This is fixed now

Release v1.3.2

28 Jun 11:36
Compare
Choose a tag to compare

Changes

  • Fix issue in vafator2decifer
  • Add automated integration test for vafator2decifer

Release v1.3.1

10 Jun 07:47
032b9da
Compare
Choose a tag to compare

Changes

  • Fix a conflict of arguments in CLI

Release v1.3.0

05 May 13:30
275b666
Compare
Choose a tag to compare

Changes

  • Update vafator2decifer script with filter of samples by purity (+ some other things)

Release v1.2.6

12 Apr 13:50
Compare
Choose a tag to compare

Bugfix

  • vafator2decifer.py script was introducing a float instead of an integer in the read depth columns which was confusing decifer