Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Sharma05 opened this issue Jul 22, 2021 · 2 comments
Closed

Comments

@Sharma05
Copy link
Collaborator

Sharma05 commented Jul 22, 2021

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
Copy link
Contributor

cbizon commented Jul 23, 2021

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

@Sharma05
Copy link
Collaborator Author

Transferred to AC repo issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants