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

Workflow A: Answer coalesce error: HTML error status code 500 returned #232

Closed Sharma05 closed 3 years ago

Sharma05 commented 3 years ago

Log error returned for Answer coalesce while running Workflow A using Aragorn. This query is for EGFR. See query below or here

query = {"message":
    {"query_graph":
        {
          "nodes": {
            "n0": {
              "categories": [
                "biolink:Gene"
              ],
              "name": "EGFR",
                "ids": ["NCBIGene:1956"] 
            },
            "n1": {
              "name": "Chemical Substance",
              "categories": ["biolink:ChemicalSubstance"]
            }
          },
          "edges": {
            "e0": {
              "subject": "n0",
              "object": "n1",
              "predicates": [
                "biolink:decreases_abundance_of",
                "biolink:decreases_activity_of",
                "biolink:decreases_expression_of",
                "biolink:decreases_synthesis_of",
                "biolink:increases_degradation_of",
                "biolink:disrupts",
                "biolink:entity_negatively_regulates_entity"
              ]
            }
          }
        }
    }
}
Screen Shot 2021-07-22 at 3 39 33 PM

NB: Strider works fine - no errors.

cbizon commented 3 years ago

Thanks - can you close this and open it on the AC repo?

Sharma05 commented 3 years ago

Transferred to AC repo issue