Skip to content

Releases: tsnorri/founder-sequences

v0.3

12 Aug 18:19
Compare
Choose a tag to compare
  • Implemented the greedy matching algorithm.

v0.2.1

01 Nov 10:58
Compare
Choose a tag to compare
  • The second pass of calculating the pBWT arrays is now done in parallel.
  • Adjacent segments are now joined from left to right if the number of distinct substrings within the new segment does not exceed the minimum number of founders for the whole input.
  • Implemented random matching using 32-bit Mersenne Twister. Earlier the “random” matching was done in pBWT order.
  • Disabled experimental and unneeded features in version 0.2.

v0.1

16 May 09:00
Compare
Choose a tag to compare

Initial release.