The Gene Ontology API instance is accessible here:
https://api.geneontology.org/api/
Is is an implementation of both the BioLink Model and BioLink Implementation which rely on Ontobio
After checking out this repo:
./start-server.sh
This uses gunicorn and starts a server on 8888 by default. pyvenv is activated automatically.
Then look at:
For the swagger docs
To run in development mode:
pyvenv venv
source venv/bin/activate
pip install -r requirements.txt
export PYTHONPATH=.:$PYTHONPATH
python biolink/app.py