KarrLab / datanator_rest_api

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

API not returning modifications for rRNA #131

Closed jonrkarr closed 4 years ago

jonrkarr commented 4 years ago

I want to make sure that data is properly being displayed about rRNA and tRNA.

I've verified that tRNA work (e.g., tRNA-Ala or tRNA-Arg). Example: http://localhost:3000/gene/tRNA-Ala/Escherichia%20coli/

I want to verify rRNA as well. Example:

However, the API endpoint doesn't return any data. Can you check this?

lzy7071 commented 4 years ago

Fixed. I was testing for tokenizers and temporarily change the orthodb_id from LSU4.5S to LSU4dot5S

jonrkarr commented 4 years ago

Looks good!