You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make figure IDs reproducible across HTML reports.
Fix a bug where the average phred score per read would be rounded, not
floored. This would lead reads with a phred score such as 9.7 to be counted
towards the Q>=10 results.
Replace some of the hand vectorized code with more generic code that can be
automatically be optimized by the compiler. This should make things faster on
Windows and ARM64 platforms. This also means results should be consistent
across platforms and no longer depend on the presence of vector instructions.