Skip to content

Commit

Permalink
Merge pull request #11 from PacificBiosciences/io-threads
Browse files Browse the repository at this point in the history
updating changelog for 0.10.0
  • Loading branch information
holtjma authored May 24, 2023
2 parents 5c002c6 + b838180 commit 1ec04d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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.
- Adds `--io-threads` option for greater control over the number of threads used in the thread pool. Defaults to the same number provided to `--threads`.

# v0.9.0
## Changes
- Adds support for CRAM input and output files
Expand Down

0 comments on commit 1ec04d1

Please sign in to comment.