v.0.1.23
THIS RELEASE IS DEPRACATED. PLEASE USE RELEASE 0.1.24 INSTEAD
This release addresses the following issues:
- Change a data structure to handle both longer and a larger number of sequences in the input SAM file. Thanks to carsonhh for the idea and code. Closes issue #21.
- Change the behavior of --addMateTags to not add tags to any alignment with an unmapped mate. Thanks to ernfrid for the code. Closes pull request #24.
- Add genomic location information in the error message for missing mate. Closes issue #22.
- Explicitly check if the input file is in BAM format, and if so exit. This avoids unpredictable results including potential segfault.