Skip to content

Commit

Permalink
Update treats edge to 'applied to treat'
Browse files Browse the repository at this point in the history
  • Loading branch information
acevedol committed Apr 14, 2024
1 parent ba93acb commit 2a6d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chembl_mysql_to_kg_jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def make_node(id: str,
for (chembl_id, mesh_id) in results:
subject_curie_id = CHEMBL_CURIE_BASE_COMPOUND + ':' + chembl_id
object_curie_id = kg2_util.CURIE_PREFIX_MESH + ':' + mesh_id
predicate_label = kg2_util.EDGE_LABEL_BIOLINK_TREATS
predicate_label = kg2_util.EDGE_LABEL_BIOLINK_APPLIED_TO_TREAT
edges_output.write(kg2_util.make_edge_biolink(subject_curie_id,
object_curie_id,
predicate_label,
Expand Down

0 comments on commit 2a6d996

Please sign in to comment.