Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@marcelm marcelm released this 13 Dec 09:13
· 15 commits to main since this release

Changelog

  • #388 and #426: Increase accuracy and mapping rate for reads shorter than
    about 200 bp by introducing multi-context seeds.
    Previously, seeds always consisted of two k-mers and would only be found if
    both occur in query and reference.
    With this change, strobealign falls back to looking up just one of the k-mers
    when appropriate.
    This feature is currently experimental and only enabled when using the
    --mcs command-line option.
    Contributed by Ivan Tolstoganov (@Itolstoganov).
  • #421: Allow references with up to 2^32 contigs (instead of 2^23
    previously) by changing the way randstrobes are stored in the index.
  • #467: Reading a reference with many small references was sped up.
    Contributed by @luispedro.