Aligns short reads using dynamic seed size with strobemers
-
Updated
Oct 23, 2024 - C++
Aligns short reads using dynamic seed size with strobemers
Long-read splice alignment with high accuracy
BLEND is a mechanism that can efficiently find fuzzy seed matches between sequences to significantly improve the performance and accuracy while reducing the memory space usage of two important applications: 1) finding overlapping reads and 2) read mapping. Described by Firtina et al. (published in NARGAB https://doi.org/10.1093/nargab/lqad004)
A Go implementation of the strobemers (https://github.com/ksahlin/strobemers)
Benchmarking pre-filtering large databases before short-read mapping
Rust implementation of alignment-free similarity estimation methods.
Add a description, image, and links to the strobemers topic page so that developers can more easily learn about it.
To associate your repository with the strobemers topic, visit your repo's landing page and select "manage topics."