monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

The "graph" path does not currently seem to function #203

Closed kltm closed 6 years ago

kltm commented 6 years ago

While there does seem to be implementing (SciGraph) code underneath, the "graph" path does not currently seem to function.

Using the example in the swagger:

curl -k -X GET "https://biolink.geneontology.io/api/graph/node/HP%3A0000465" -H  "accept: application/json"

returns a 500 internal error.