Skip to content

Commit

Permalink
added KL/AT
Browse files Browse the repository at this point in the history
  • Loading branch information
cbizon committed Mar 26, 2024
1 parent c533939 commit 00c463c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/service_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,16 @@ def add_knowledge_edge(result_message, aux_graph_ids, answer, robokop):
{
"attribute_type_id": "biolink:support_graphs",
"value": aux_graph_ids
},
{
"attribute_type_id": "biolink:agent_type",
"value": "computational_model",
"attribute_source": source
},
{
"attribute_type_id": "biolink:knowledge_level",
"value": "prediction",
"attribute_source": source
}
],
# Aragorn is the primary ks because aragorn inferred the existence of this edge.
Expand Down

0 comments on commit 00c463c

Please sign in to comment.