Skip to content

mimikwang/sw-align-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sw-align-rs

Smith-Waterman alignment algorithm implemented in Rust for DNA sequences.

Build

Build the tool by running:

cargo build --release

This should create sw-align-rs in the target/release directory.

Run

Run the tool by running

./target/release/sw-align-rs TGTTACGG GGTTGACTA

You should see the following:

GTT-AC
GTTGAC

About

Smith-Waterman rust implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages