Kinview is a webapp dedicated to providing information about kinases, their inhibitors, kinase targets and the phosphposites on these kinase targets. The webapp has a number of features including the ability to analyse phosphoproteomics data and give informatin about kianse activity as a well a phosphosite genome browser.
Instructions to use the webapp locally can be found below.
http://kinview-env.p3rqxnfk29.us-west-2.elasticbeanstalk.com/
Python 3 must be installed to use the webapp on your local machine
Clone the repository
Open terminal and navigate to the directory where you cloned the repository
Run the following commands:
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
- export FLASK_APP = "application.py"
- flask run