bio 0.0.1

A rusty bioinformatics library. This library provides implementations of many algorithms and data structures that are useful for bioinformatics.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust-bio, a rusty bioinformatics library.


This library provides implementations of many algorithms and data structures
that are useful for bioinformatics.
All provided implementations are rigorously tested via continuous
integration (https://travis-ci.org/johanneskoester/rust-bio).

Currently, rust-bio provides

* pattern matching,
* pairwise alignment,
* suffix arrays,
* BWT and FM-Index,
* rank/select data structures.

Find out more at https://github.com/johanneskoester/rust-bio and in the API
documentation at https://johanneskoester.github.io/rust-bio/doc/bio/index.html.