We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this issue to catalog queries that time out past the 5 minute threshold set by the ARS.
First example is a creative mode query for "what treats obstructive sleep apnea syndrome (MONDO:0007147)":
{ "message": { "query_graph": { "edges": { "t_edge": { "knowledge_type": "inferred", "object": "on", "predicates": [ "biolink:treats" ], "subject": "sn" } }, "nodes": { "on": { "categories": [ "biolink:Disease" ], "ids": [ "MONDO:0007147" ] }, "sn": { "categories": [ "biolink:ChemicalEntity" ] } } } } }
The text was updated successfully, but these errors were encountered:
Other queries that took > 5 min to run when I was testing templates locally:
All run the first two templates (direct + through pheno). So the 2nd template (through pheno) is what is taking a while to run. Original comment
I don't have specific queries. My notes say that some of the chemicals/genes tested in the past and NOT recorded in the recent tests would take > 5 min to run (or would run quickly and return 0 results).
Sorry, something went wrong.
No branches or pull requests
Using this issue to catalog queries that time out past the 5 minute threshold set by the ARS.
First example is a creative mode query for "what treats obstructive sleep apnea syndrome (MONDO:0007147)":
The text was updated successfully, but these errors were encountered: