tmaklin / kbo

Spectral Burrows-Wheeler transform accelerated local alignment search.
https://docs.rs/kbo
Other
0 stars 0 forks source link
bioinformatics genomics kbo rust sbwt sequence-alignment

kbo

Spectral Burrows-Wheeler transform accelerated local alignment search.

kbo is an approximate local aligner based on converting k-bounded matching statistics into a character representation of the underlying alignment sequence.

Documentation is available at https://docs.rs/kbo.

Installation

kbo is distributed as three separate Rust packages:

About

kbo supports two main operations:

kbo uses the Spectral Burrows-Wheeler Transform data structure that allows efficient k-mer matching between a target and a query sequence and fast retrieval of the k-bounded matching statistic for each k-mer match.

License

kbo is dual-licensed under the MIT and Apache 2.0 licenses.