Skip to content

Commit

Permalink
#321 adding update date back in
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Jul 28, 2023
1 parent 8ad64e5 commit 344c5e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kegg_jsonl_to_kg_jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ def make_kg2_graph(input_kegg, nodes_output, edges_output, update_date):
nodes_output = nodes_info[0]
edges_output = edges_info[0]

update_date = kg2_util.convert_date(os.path.getmtime(input_file_name))

make_kg2_graph(input_kegg, nodes_output, edges_output, update_date)

kg2_util.end_read_jsonlines(input_jsonlines_info)
Expand Down

0 comments on commit 344c5e5

Please sign in to comment.