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 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.