Smith-Waterman alignment algorithm implemented in Rust for DNA sequences.
Build the tool by running:
cargo build --release
This should create sw-align-rs
in the target/release
directory.
Run the tool by running
./target/release/sw-align-rs TGTTACGG GGTTGACTA
You should see the following:
GTT-AC
GTTGAC