Skip to content

Rust DNA Converter is a command line interface to convert a DNA sequence into an RNA sequence and to translate it into an amino acid sequence. All codes are written in Rust.

Notifications You must be signed in to change notification settings

takahiromitsui/rust-dna-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust DNA Converter

Rust DNA Converter is a command line interface to convert a DNA sequence into an RNA sequence and to translate it into an amino acid sequence. All codes are written in Rust.

Examples

1. Run cargo run

Screenshot 2022-12-01 at 16 58 26

2. Paste a DNA sequence

Screenshot 2022-12-01 at 16 58 44

3. Get the converted sequences

Screenshot 2022-12-01 at 16 58 58

Stop codon = "-" unknown = "X"

Prerequisite

Install Rust

Run Locally

Clone the project

  git clone https://github.com/takahiromitsui/rust-dna-converter.git

Go to the project directory

  cd my-project

Run

  cargo run

Running Tests

To run tests, run the following command

  cargo test

About

Rust DNA Converter is a command line interface to convert a DNA sequence into an RNA sequence and to translate it into an amino acid sequence. All codes are written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages