DNA Toolkit is a command-line bioinformatics tool for performing fundamental DNA sequence analyses in a reproducible and modular manner.
- GC content calculation
- Reverse complement generation
- ORF detection
- Codon usage analysis
- DNA to protein translation
- Python 3.9+
- pytest
Install dependencies:
pip install -r requirements.txtpython dna_toolkit.pypytestMIT License
Mohammad Elsharkawy