Skip to content

version 0.11.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 09 Aug 11:53
· 34 commits to develop since this release
b4d0f6f
  • 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.