non-canonical predicates
cbizon opened this issue · 2 comments
cbizon commented
For this query:
{ "message": {"query_graph": {
"edges": {
"e0": {
"object": "n1",
"predicates": [
"biolink:gene_associated_with_condition",
"biolink:condition_associated_with_gene",
"biolink:genetic_association"
],
"subject": "n0"
}
},
"nodes": {
"n0": {
"categories": [
"biolink:Gene"
],
"ids": [
"NCBIGene:727897"
]
},
"n1": {
"categories": [
"biolink:Disease"
]
}
}
}}}
There are edges in the knowledge_graph that have the non-canonical "biolink:condition_associated_with_gene" predicate.
maximusunc commented
Should be fixed once #400 is deployed
maximusunc commented
This has been deployed to dev. Please re-open if you run into this issue again.