frostyfan109 / tranql

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

Exception in Browse Request #97

Closed stevencox closed 5 years ago

stevencox commented 5 years ago

The browse capability UI looks really good. This is exactly the right first step.

Browsing from a node in the answer to this query:

-- What proteins are targetted by the metabolite KEGG:C00017?
set metabolite = "KEGG:C00017"
select metabolite->protein
  from "/graph/rtx"
 where metabolite=$metabolite

produced this: image

frostyfan109 commented 5 years ago

I hadn't actually finished the browsing feature and, embarrassingly, never bothered to test out the requesting because I got distracted. I believe that right now either Robokop isn't working or the request is being formatted improperly.

stevencox commented 5 years ago

So outside of just being able to run a query in the first place, I think browse is probably my favorite feature of TranQL. Awesome.