django web app that converts dna strand into complementary strand, mrna, trna and etc
This minimalistic and efficient web app lets users find complementary strands, mRNA, and tRNA from a single dna strand.
Visit the app: https://dnatranscribing.herokuapp.com/
If you wish to run this on your own system, follow the steps properly:
git clone https://github.com/AlDevStuff/dnatranscribing.git
cd dnatranscribing
pip install -r requirements.txt