Skip to content

Commit

Permalink
Merge pull request #14 from PacificBiosciences/fixes_0.10.1
Browse files Browse the repository at this point in the history
changes for v0.10.1
  • Loading branch information
holtjma authored Jun 14, 2023
2 parents 1ec04d1 + a7d2a49 commit f9aa7c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.10.1
## Fixed
- Corrected a panic caused by reference mismatches to produce a human-readable error message (Resolves #12)
- Fixed an issue parsing unexpected CIGAR strings for local re-alignment and SV deletions
- Added a check for gzip encoding and tabix index for input VCF file to prevent uninterpretable segfault in htslib (Resolves #13)

# v0.10.0
## Changes
- Adds support for multi-threaded BAM I/O via shared thread pools. Internal testing with default parameters showed ~40% reduction in wall-clock time when haplotagging is enabled with 16 threads. User experience will vary based on file type, disk type, and I/O contention. Resolves #9.
Expand Down

0 comments on commit f9aa7c1

Please sign in to comment.