Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 530 Bytes

File metadata and controls

38 lines (27 loc) · 530 Bytes

DNA Toolkit

DNA Toolkit is a command-line bioinformatics tool for performing fundamental DNA sequence analyses in a reproducible and modular manner.

Features

  • GC content calculation
  • Reverse complement generation
  • ORF detection
  • Codon usage analysis
  • DNA to protein translation

Requirements

  • Python 3.9+
  • pytest

Install dependencies:

pip install -r requirements.txt

Usage

python dna_toolkit.py

Testing

pytest

License

MIT License

Author

Mohammad Elsharkawy