KarrLab / datanator_rest_api

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

Add organism name to gene full-text search results for individual genes (e.g., results identified by UniProt ids) #100

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

This will allow us to display the organism name in the search results. See also KarrLab/datanator_frontend#258.

lzy7071 commented 4 years ago

http://testapi.datanator.info/ftx/text_search/gene_ranked_by_ko/?query_message=Brain-derived%20neurotrophic%20factor%20%28BDNF%29%20%28Fragment%29&from_=0&size=10&fields=uniprot_id&fields=protein_name now contains species_name

jonrkarr commented 4 years ago

I don't see species_name in the results. Can you double check?

lzy7071 commented 4 years ago

I don't see species_name in the results. Can you double check?

I had to merge the master branch file to testapi branch and forgot to add the species_name back. It is there now. Sorry about that.

jonrkarr commented 4 years ago

I integrated this into the frontend