Skip to content

Releases: TRON-Bioinformatics/vafator

v2.2.2

02 Jun 08:25
4d2e73c

Choose a tag to compare

What's Changed

  • chore: Fix integrationtest and release CI pipeline by @LKress in #49

Full Changelog: v2.2.1...v2.2.2

v2.2.1

01 Jun 16:15
201dd63

Choose a tag to compare

What's Changed

  • fix: Remove spliced alignments from DP calculation by @LKress in #48

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

30 Jan 14:40
63982b9

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

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

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

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

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

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

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

Choose a tag to compare

Changes

  • Fix a conflict of arguments in CLI