RTX icon indicating copy to clipboard operation
RTX copied to clipboard

Test for Wellness KP does not produce results?

Open edeutsch opened this issue 3 years ago • 1 comments

Just as an experiment, I pulled a query designed to test the WellnessKP from the Expand test suite: https://github.com/RTXteam/RTX/blob/0ee1ceca464088737093ba9994928608e5b6998e/code/ARAX/test/test_ARAX_expand.py#L753 (very nice!)

and ran it interactively:

add_qnode(ids=UniProtKB:O00533, categories=biolink:Protein, key=n00)
add_qnode(categories=biolink:Protein, key=n01)
add_qedge(subject=n00, object=n01, key=e00)
expand(kp=infores:biothings-multiomics-wellness)

But did not get any results: image

edeutsch avatar Feb 23 '22 22:02 edeutsch

thanks for writing this up! a lot of the multiomics KP tests started failing on us a while ago - we'll look into why

amykglen avatar Feb 23 '22 22:02 amykglen