Skip to content

v.0.1.23

Choose a tag to compare

@GregoryFaust GregoryFaust released this 22 Sep 23:08
· 23 commits to master since this release

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.