Skip to content

v1.0.2

Choose a tag to compare

@tfursten tfursten released this 14 Apr 04:15
· 93 commits to master since this release
150edf9

Bug Fixes

Fixed coalescing_seed_hits function which combines seed hits into candidate regions in index.rs

  1. Off by one comparing reference boundary and seedhit boundary.
  2. No longer loses previous seed hit when a reference boundary is hit.
  3. Final candidate from last seed hit is now checked.

Fixed deprecated code

  1. Updated trim_right with trim_end in vendor/rust-bio/src/io/fasta.rs and vendor/rust-bio/src/io/fastq.rs