A simple, fast program which transcribes a DNA strand into messenger RNA (mRNA), which it then translates into amino acids, implemented in Rust.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ravi Shah cae47877f6 Added code to break strand into codons and truncate at stop codon 5 years ago
src Added code to break strand into codons and truncate at stop codon 5 years ago
.gitignore Initial Commit 5 years ago
Cargo.lock Initial Commit 5 years ago
Cargo.toml Initial Commit 5 years ago