Skip to content

Commit

Permalink
Merge pull request #202 from biothings/pathfinder-newsystem
Browse files Browse the repository at this point in the history
New template system for pathfinder
  • Loading branch information
tokebe authored Aug 30, 2024
2 parents 8879267 + 3d58df4 commit 265360d
Show file tree
Hide file tree
Showing 22 changed files with 208,864 additions and 34 deletions.
50 changes: 50 additions & 0 deletions __test__/data/chemical_to_disease_pathfinder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": [
"PUBCHEM.COMPOUND:5291"
],
"categories": ["biolink:Drug"]
},
"un": {
"categories": [
"biolink:NamedThing"
]
},
"n2": {
"ids": [
"MONDO:0004979"
]
}
},
"edges": {
"e0": {
"subject": "n0",
"object": "un",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e1": {
"subject": "un",
"object": "n2",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
},
"e2": {
"subject": "n0",
"object": "n2",
"predicates": [
"biolink:related_to"
],
"knowledge_type": "inferred"
}
}
}
}
}
Loading

0 comments on commit 265360d

Please sign in to comment.