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

Slimmer function: some annotations not fetched #233

Closed lpalbou closed 5 years ago

lpalbou commented 5 years ago

Discovered while checking for the presence/absence of annotations here: https://github.com/geneontology/ribbon/issues/69

In this example, no CC annotations are shown or retrieved (see API call)

By looking at available annotations in amigo for mouse and filtering by CC aspect, it appears that we should have several CC terms including nucleus, intracellular etc but the slimmer does not send those information.

lpalbou commented 5 years ago

This PR solved the issue, now all the CC are indeed retrieved