ranking-agent / strider

A TRAPI-compliant component of ARAGORN that queries distributed KPs and assembles answers to user questions.
MIT License
3 stars 0 forks source link

Update location of REF KG #156

Closed cbizon closed 3 years ago

cbizon commented 3 years ago

We are hitting https://monarch-sandbox.cgrb.oregonstate.edu/query but it has apparently moved to https://trapi.monarchinitiative.org/query

patrickkwang commented 3 years ago

I've updated the registration with this URL, but I don't seem to have a test query that will run on the KP.

cbizon commented 3 years ago

This seems to produce results:

{
    "message": {
        "query_graph": {
            "nodes": {
                "n0": {
                    "id": "NCBIGene:1017",
                    "category": "biolink:Gene"
                },
                "n1": {
                    "category": "biolink:Pathway"
                }
            },
            "edges": {
                "e01": {
                    "subject": "n0",
                    "object": "n1"
                }
            }
        }
    }
}