Skip to content

Commit

Permalink
Add AdapterCounter changes to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Dec 17, 2024
1 parent 1927740 commit dfc8f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ version 0.13.0-dev
false positives from common human genome repeats. The amount of base pairs
that are sampled from the beginning and end is user settable with an option
to sample everything.
+ The code for the adapter counting was refactored and the vectorized algorithm
was replaced by an AVX2 version that is used when the CPU supports that
instruction set. This is both faster and far less code than the original
implementation.
+ Extended the README with a few usage examples.

version 0.12.0
Expand Down

0 comments on commit dfc8f62

Please sign in to comment.