Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 349 Bytes

RNA_sequence

Predicting the secondary structure of RNA

How to run the program?

Step 1: Install all the required modules

pip install -r requirements.txt

Step 2: Run the program on port

cd RNA_secondary_structure_prediction/
python manage.py runserver

All the algorithms are present in the 'app' folder.