Skip to content

Pair Programming

Pre-release
Pre-release
Compare
Choose a tag to compare
@matthewfallan matthewfallan released this 28 Feb 00:29
· 591 commits to main since this release

What's new in 0.14.1

Bug fixes

  • Since v0.9.0, there has been a bug in merging paired reads (function merge_rels) preventing a match in one read from compensating for ambiguity in the other. For instance, if at position 45, read 1 had a low-quality N while read 2 had a high-quality match, then the result would be a low-quality N, instead of the intended high-quality match. This bug did not prevent matches from compensating for blank positions, nor did it prevent non-matches from compensating for other types of relationships. This bug was found by @justinaruda and has now been patched by @matthewfallan and @justinaruda.

Full Changelog: v0.14.0...v0.14.1