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
With aragorn as a wf engine, I can call score w/o running omnicorp and it creates a 500. I would expect it to do something more sensible.
This errors:
{ "message": { "query_graph": { "nodes": { "n0": { "ids": [ "NCBIGene:6611" ], "categories": [ "biolink:Gene" ] }, "n1": { "categories": [ "biolink:ChemicalSubstance" ] } }, "edges": { "e01": { "subject": "n0", "object": "n1" } } } }, "log_level": "DEBUG", "workflow": [ "lookup", "score" ] }
But replacing workflow with:
"workflow": [ "lookup", "connect_knodes", "score" ]
succeeds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With aragorn as a wf engine, I can call score w/o running omnicorp and it creates a 500. I would expect it to do something more sensible.
This errors:
But replacing workflow with:
succeeds.
The text was updated successfully, but these errors were encountered: