KarrLab / datanator_rest_api

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

Error searching for ortholog groups by UniProt id #126

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

Example 500 error

https://testapi.datanator.info/ftx/text_search/gene_ranked_by_ko/?query_message=P00367&from_=0&size=10&fields=orthodb_id&fields=orthodb_name&fields=gene_name&fields=gene_name_alt&fields=gene_name_orf&fields=gene_name_oln&fields=entrez_id&fields=protein_name&fields=entry_name&fields=uniprot_id&fields=ec_number

jonrkarr commented 3 years ago

I believe this should lead to a search result for 692851at2759

lzy7071 commented 3 years ago

This has been fixed.

jonrkarr commented 3 years ago

The example above still doesn't work. Do I need to wait for the API to be re-deployed?

lzy7071 commented 3 years ago

Let me rerun the workflow to build a new container and deploy.

jonrkarr commented 3 years ago

No worries about re-deployed after each change. I can come back to this later tonight or tomorrow.

jonrkarr commented 3 years ago

Looks good