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
Each of the following 6 OMIMs result in an internal server error (response status 500) when submitted as a param to the similarity endpoint:
OMIM:256700 OMIM:175100 OMIM:300494 OMIM:175505 OMIM:259660 OMIM:138800
Example to reproduce the server error:
curl -X 'POST'
'https://openpredict.semanticscience.org/similarity'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"subjects": ["OMIM:138800"],
"objects": [],
"options": {}
}'
Additionally, while all of these show up in the similarity hits of other OMIM ids, they -alone among the 308 results- never have an 'object_label'.
The text was updated successfully, but these errors were encountered:
Each of the following 6 OMIMs result in an internal server error (response status 500) when submitted as a param to the similarity endpoint:
OMIM:256700 OMIM:175100 OMIM:300494 OMIM:175505 OMIM:259660 OMIM:138800
Example to reproduce the server error:
curl -X 'POST'
'https://openpredict.semanticscience.org/similarity'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"subjects": ["OMIM:138800"],
"objects": [],
"options": {}
}'
Additionally, while all of these show up in the similarity hits of other OMIM ids, they -alone among the 308 results- never have an 'object_label'.
The text was updated successfully, but these errors were encountered: