Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1 KB

README.md

File metadata and controls

22 lines (13 loc) · 1 KB

Running ExploRNA

Clone the repo to your local.

Before everything make sure that wave is ready: Download and extract Wave. Start the server with

./waved

1. Download and install viennaRNA based on your operating system at middle in the page here: https://www.tbi.univie.ac.at/RNA/#download

Imporant: If you use MacOS as operating system, make sure that you see RNA related files in the directory of /usr/local/bin after installing the proper package. For Ubuntu, they will be located at usr/bin/. This is why there are two different bash files.

2. Open terminal in the cloned folder and run: make setup

3. Then run the bash file: for Ubuntu: bash Ubuntu_setup_draw_rna.sh , for Mac: bash MacOS_setup_draw_rna.sh

4. Now you are ready to run the app: ./venv/bin/python run.py

5. Go to http://localhost:10101/explorna in your browser.