Skip to content

Commit

Permalink
fix: add missing line endings to hgnc_info.jsonl (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 13, 2023
1 parent 278086a commit aa14b9b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 93 deletions.
1 change: 1 addition & 0 deletions cada_prio/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def write_graph_and_model(
with open(path_hgnc_info, "w") as f:
for record in hgnc_info:
json.dump(cattrs.unstructure(record), f)
f.write("\n")
logger.info("... done saving HGNC info")

path_graph = os.path.join(path_out, "graph.gpickle")
Expand Down
Empty file.
93 changes: 0 additions & 93 deletions utils/docker/entrypoint.sh

This file was deleted.

0 comments on commit aa14b9b

Please sign in to comment.