Skip to content

geneontology/biolink-api

 
 

Repository files navigation

Gene Ontology API

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

Running the server

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:

http://localhost:8888/api/

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • Gherkin 13.4%
  • Perl 1.2%
  • Shell 0.3%
  • Makefile 0.3%
  • HTML 0.2%