From 00c463c5497c576cb7f5d29e7682a06cd04b6b4c Mon Sep 17 00:00:00 2001 From: cbizon Date: Tue, 26 Mar 2024 10:45:04 -0400 Subject: [PATCH] added KL/AT --- src/service_aggregator.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/service_aggregator.py b/src/service_aggregator.py index 2956570..78106a3 100644 --- a/src/service_aggregator.py +++ b/src/service_aggregator.py @@ -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.