smith_waterman 0.1.1

The Smith–Waterman algorithm performs local sequence alignment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Smith Waterman
Smith–Waterman algorithm

[![](http://meritbadge.herokuapp.com/smith_waterman)](https://crates.io/crates/smith_waterman)
[![Build
Status](https://travis-ci.org/sbeckeriv/smith_waterman.svg?branch=master)](https://travis-ci.org/sbeckeriv/smith_waterman)

## Documentation
[https://sbeckeriv.github.io/smith_waterman/target/doc/smith_waterman/struct.SmithWaterman.html](https://sbeckeriv.github.io/smith_waterman/target/doc/smith_waterman/struct.SmithWaterman.html)


## Homepage
[http://sbeckeriv.github.io/smith_waterman/](http://sbeckeriv.github.io/smith_waterman/)


## Crate
[https://crates.io/crates/smith_waterman](https://crates.io/crates/smith_waterman)