SchemaLink / webapp

A schema drawing application
https://fl-14-97.zhdk.cloud.switch.ch/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Do not suggest examples with wrong obo_id #17

Closed simoneguzzi closed 2 months ago

simoneguzzi commented 3 months ago

Right now, the list of suggested examples includes every example returned by the terms endpoint. Some of these examples should not be shown. Namely, the ones with the wrong obo_id.

simoneguzzi commented 2 months ago

The obo_id has to start with the ontology's id. Note that it could be the case that none of the first results are valid. Also, the results might be sorted in a way that hinders the variety of the proposed examples. See if there's a smarter way to use this API: https://www.ebi.ac.uk/ols4/help.

simoneguzzi commented 2 months ago

Tackled in eb8a63dd6ec70ad3c430c1a713164dbfe147081b.