KarrLab / datanator_frontend

Graphical web-based interface for the Datanator toolkit for discovering data for modeling cells
https://datanator.info
MIT License
1 stars 1 forks source link

Issues found after production use of orthodb #347

Closed lzy7071 closed 3 years ago

lzy7071 commented 3 years ago

https://datanator.info/search/trna-ala/Escherichia%20coli%20E1002/ returns no gene information, even though the API used https://api.datanator.info/ftx/text_search/gene_ranked_by_ko/?query_message=trna-ala&from_=0&size=10&fields=ko_name&fields=ko_number&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 returns results. However, the values of fields need to include orthodb_id and orthodb_name to replace ko_name and ko_number as such: https://api.datanator.info/ftx/text_search/gene_ranked_by_ko/?query_message=trna-ala&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

lzy7071 commented 3 years ago

Opened in error