This project translates DNA sequences into protein sequences.
- Clone the repository.
- Ensure you have Python 3 installed.
- Place your DNA sequence in the
data/dna.txtfile. - Run the project using: python main.py
- Check the output in
data/protein_translated.txt.
To run the tests, use: python -m unittest discover -s tests