Skip to content

version 0.10.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 03 Jun 06:48
· 48 commits to develop since this release
802a0f9
  • Make overrepresented sequences table scrollable and smaller so it is easier
    to skip over when lots of entries are found.
  • Overrepresented sequence analysis now only counts unique fragments per read.
    Fragments that are duplicated inside the read are counted only once. This
    prevents long stretches of genomic repeats getting higher reported
    frequencies.
  • Speed up sequence identity calculations on AVX2 enabled CPUs by using a
    reverse-diagonal parallelized version of Smith-Waterman.