Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.08 KB

v0.4.0.md

File metadata and controls

15 lines (12 loc) · 1.08 KB

Witty.er v0.4.0 release notes

Release Notes Index

Feature updates

  • WIT-167 Support VNTR evaluation

  • WIT-76 Support Multi-allelic for DUP/DEL/CNV/INS as well.

  • WIT-166 Support VNTR cross-type evaluation against INS and DEL

  • WIT-145 Make SimpleCounting the default mode and rename Default to GenotypeMatching

  • WIT-171 Rename basepairDistance and percentDistance to absoluteThreshold and percentThreshold so we can use for all types, including VNTRs

  • Update default bin sizes for each type to be appropriate based on dragen testing.

Bug fixes

  • #19 Gzip is not supported well, so unzip to tmp dir before reading the unzipped file to avoid this problem. This also fixes issue as we no longer depend on BlockCompression.dll
  • WIT-163 Support gzipped Bedfiles too.