You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl -X GET "https://kb.phenoscape.org/api/term/labels?iris=%5B%22http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FCARO_0020004%22%5D" -H "accept: application/json"
{"results":[{"@id":"http://purl.obolibrary.org/obo/CARO_0020004","label":null}]}
Is this expected? Note that there are CARO terms that do have labels in the database, so this is at the least quite inconsistent. (It's also throwing off some tests in Rphenoscape that by random sampling occasionally hit a CARO term that doesn't have a label.)
The text was updated successfully, but these errors were encountered:
Some ontologies, in particular apparently CARO, have labels for terms
in the database only inconsistently. This filters out subsumer terms
that are in those ontologies, and failed to obtain a label. What is
really being tested here are post-compositions, so this shouldn't affect
the subsumers that are post-comps (whether they fail to obtain a label
or not).
Fixes#161. See also phenoscape/phenoscape-kb-services#378.
Some ontologies, in particular apparently CARO, have labels for terms
in the database only inconsistently. This filters out subsumer terms
that are in those ontologies, and failed to obtain a label. What is
really being tested here are post-compositions, so this shouldn't affect
the subsumers that are post-comps (whether they fail to obtain a label
or not).
Fixes#161. See also phenoscape/phenoscape-kb-services#378.
For example, http://purl.obolibrary.org/obo/CARO_0020004:
Is this expected? Note that there are CARO terms that do have labels in the database, so this is at the least quite inconsistent. (It's also throwing off some tests in Rphenoscape that by random sampling occasionally hit a CARO term that doesn't have a label.)
The text was updated successfully, but these errors were encountered: