A basic Open Reading Frame Finder (ORF-Finder) in Rust
| src | ||
| Cargo.toml | ||
| README.md | ||
ORF-Finder-rs
A basic tool to search for Open Reading Frames from a FASTA file of DNA sequences.
Features
Print the sequence with space-separated codons on the 6 codon phases. Colorize start and stop codon for the terminal.
Install
Requirements
- rust
- cargo
with rust crates:
- clap
- colored
Build
Clone the git repository:
git clone https://forge.s1gm4.eu/sortion/orffinder-rs.git
cd orffinder-rs
cargo build --release
Run
./target/release/orffinder <FASTA>