Skip to content

Commit

Permalink
Merge pull request #220 from rhpvorderman/refactoradaptercounter
Browse files Browse the repository at this point in the history
Refactor AdapterCounter
  • Loading branch information
rhpvorderman authored Dec 17, 2024
2 parents 7047a51 + dfc8f62 commit c335a9b
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 374 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
Loading

0 comments on commit c335a9b

Please sign in to comment.