Skip to content

Commit

Permalink
Refine KLAT for Expand's creative edges #2412
Browse files Browse the repository at this point in the history
  • Loading branch information
amykglen committed Nov 19, 2024
1 parent a7f26f1 commit 7fc8529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ARAX/ARAXQuery/ARAX_expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,10 @@ def apply(self, response, input_parameters, mode: str = "ARAX"):
sources=[RetrievalSource(resource_id="infores:arax",
resource_role="primary_knowledge_source")],
attributes=[Attribute(attribute_type_id="biolink:agent_type",
value="computational_model",
value="automated_agent",
attribute_source="infores:arax"),
Attribute(attribute_type_id="biolink:knowledge_level",
value="not_provided",
value="prediction",
attribute_source="infores:arax")])
lumped_edge_key = f"creative_expand_treats_edge:{subj_key}--treats--{obj_key}--infores:arax"
overarching_kg.edges_by_qg_id[qedge_key][lumped_edge_key] = lumped_edge
Expand Down

0 comments on commit 7fc8529

Please sign in to comment.