KarrLab / datanator_rest_api

A OAS3 compliant REST API for the Datanator integrated database
MIT License
0 stars 3 forks source link

Protein metadata fails for individual UniProt ids #128

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

Example: https://testapi.datanator.info/proteins/meta/meta_combo/?uniprot_id=P53984

jonrkarr commented 4 years ago

Example of the flow to this endpoint

Search for "adenosine": http://localhost:3000/search/adenosine/

Click on result for "P53984": http://localhost:3000/gene/P53984/

lzy7071 commented 4 years ago

https://testapi.datanator.info/proteins/meta/meta_combo/?uniprot_id=P53984 is working now.

lzy7071 commented 4 years ago

Fixed.

jonrkarr commented 4 years ago

Thanks!