Skip to content

Debapriya-Tula/RNA_sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.