Skip to content

Version 1.7.1

Compare
Choose a tag to compare
@Sawwave Sawwave released this 13 Mar 20:41
· 16 commits to master since this release
71e7dd6

Version 1.7.1

What's new?

  • add awFmFindDatabaseHitPositionSingle() function for finding the global sequence position from a single bwt position.
  • add awFmNucleotideBacktraceReturnPreviousLetterIndex() function to find the previous letter while backtracing.
  • improved the performance of the awFmGetLocalSequencePositionFromIndexPosition() function.

BugFixes

  • Fix issue where ambiguity characters in the suffix of a query that gets looked up with the kmer seed table could cause undefined behavior.