Skip to content

A simple rust cli for aligning 2 DNA sequences using Needleman–Wunsch algorithm

Notifications You must be signed in to change notification settings

Gprisco/rs-sequence-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS Sequence Alignment

A simple rust CLI program which executes the Dynamic Programming Needleman–Wunsch algorithm for aligning 2 DNA sequences supplied through argv.

  • Example usage
cargo r CACACG CACTGCAT
  • Example output
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `target/debug/rs-sequence-alignment CACACG CACTGCAT`
CAC-AC-G
CACTGCAT

About

A simple rust cli for aligning 2 DNA sequences using Needleman–Wunsch algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages