frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Update model concepts/relations implementation? #99

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

Currently, the api pulls concepts and relations from the biolink model, but it appears that the reasoners that TranQL supports implement many other types of relations (and possibly concepts). Could these endpoints be changed to return the actual concepts and relations from the schema that we build, rather than the biolink model?

frostyfan109 commented 5 years ago

In reality, this doesn't matter. The results from the endpoints aren't ever actually being used. The schema endpoint already returns all the data needed.