Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Refactoring of VariantMatrix

Latest

Choose a tag to compare

@molpopgen molpopgen released this 18 Jun 18:33
  • Refactor VariantMatrix to manage memory via Sequence::GenotypeCapsule and Sequence::PositionCapsule
  • Windows of VariantMatrix objects now do not require copies, and instead use Sequence::NonOwningGenotypeCapsule and Sequence::NonOwningPositionCapsule.
  • A bug in haplotype labelling is fixed. Issue 59. Statistics like number of haplotypes, haplotype diversity, etc., were affected by this issue, but the errors were small for larger data sets.