Skip to content

Commit

Permalink
#387 correcting biolink version number code
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Sep 2, 2024
1 parent 0e96110 commit c499f55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convert/ontologies_jsonl_to_kg_jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@ def construct_nodes_and_edges(nodes_output, edges_output):
for ontology_item in input_data:
process_ontology_item(ontology_item)

# Save the Biolink node information before processing
save_biolink_information(biolink_version_number)

# Categorize every node and save the information in the information dictionary for the node
for node_id in SAVED_NODE_INFO:
categorize_node(node_id)
Expand Down

0 comments on commit c499f55

Please sign in to comment.