KarrLab / datanator_rest_api

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

Protein abundance endpoint is not calculating taxonomic distances #109

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

Example: https://testapi.datanator.info/proteins/precise_abundance/?uniprot_id=P37173&taxon_distance=true&taget_species=Escherichia%20coli

The endpoint seems to be ignoring the value of taget_species and using the value Homo sapiens.

This might be related to #108.

lzy7071 commented 4 years ago

As you suggested, this is indeed a result of https://github.com/KarrLab/datanator_rest_api/issues/108

lzy7071 commented 4 years ago

Fixed.