Skip to content

Instantly share code, notes, and snippets.

@finnagin
Created January 28, 2022 08:13
Show Gist options
  • Save finnagin/1512e6ffe253978cfb26fc64c7979ef6 to your computer and use it in GitHub Desktop.
Save finnagin/1512e6ffe253978cfb26fc64c7979ef6 to your computer and use it in GitHub Desktop.
RTXteam/RTX#1722, Workflowitized version of the standup query listed here: NCATSTranslator/testing#171
{
"workflow": [
{
"id": "lookup"
},
{
"id": "overlay_connect_knodes"
},
{
"id": "score"
},
{
"id": "sort_results_score",
"parameters": {
"ascending_or_descending": "descending"
}
}
],
"message": {
"query_graph": {
"edges": {
"e00": {
"subject": "n00",
"object": "n01",
"predicates": [
"biolink:treats"
]
}
},
"nodes": {
"n00": {
"categories": [
"biolink:Procedure"
]
},
"n01": {
"categories": [
"biolink:Disease"
],
"ids": [
"MONDO:0005129"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment