v1.0.2
Bug Fixes
Fixed coalescing_seed_hits function which combines seed hits into candidate regions in index.rs
- Off by one comparing reference boundary and seedhit boundary.
- No longer loses previous seed hit when a reference boundary is hit.
- Final candidate from last seed hit is now checked.
Fixed deprecated code
- Updated trim_right with trim_end in vendor/rust-bio/src/io/fasta.rs and vendor/rust-bio/src/io/fastq.rs