This project is a web front-end of next generation (v2) of MyGene.info (Gene Annotation Query as a Service)
python (>=2.7)
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/SuLab/mygene.info.git
sudo easy_install pip
sudo pip install virtualenv
virtualenv ~/opt/devpy
pip install -r ./requirements.txt
cd src
cp config.py.example config.py
Make changes if needed.
cd src
python index.py --debug
or
python index.py --debug --port=9000