To launch the webpage locally:
python3 app.py
In order to get inference from the model and run the vizualization application locally you will need to follow the steps bellow:
-
Download python version 3.10.4
-
Insid of the
interpretable-splicing-vizualizationcreate a virtual envoiroment with python version 3.10:
python3.10 -m venv myenvFor MacOS:
source myenv/bin/activate For Windows:
myenv\Scripts\activate.batThen install the package requirements using requirements.txt:
pip3 install -r requirements.txt-
Download the latest ViennaRNA package
-
Move the .tar.gz file to the
interpretable-splicing-visualizationdirectory. -
Access the ViannaRNA-< VERSION > file
% cd ViennaRNA-2.6.4Follow the INSTALL instructions or follow the steps bellow:
./configure --disable-lto make make install