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**: https://github.com/rouskinlab/seismic-rna/compare/v0.14.0...v0.14.1