Web front-end of next generation (v2) MyGene.info (Gene Annotation Query as a Service)
python (>=3.4)
git
In Ubuntu/Debian system, you can install all prerequisites by
sudo apt-get install python-dev python-setuptools git
git clone https://github.com/biothings/mygene.info.git
sudo easy_install pip
sudo pip install virtualenv
virtualenv ~/opt/devpy
pip install -r ./requirements_web.txt
cd src
vim config.py
from config_web import *
from config_hub import *
# And additional customizations
python index.py --debug
or
python index.py --debug --port=9000