From 517dea7e811f688b79dd2ab4bc2192cdccd6850d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 19 May 2025 13:15:10 -0500 Subject: Add some notes for later. --- scripts/load_phenotypes_to_db.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index 4d90291..a895ac6 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -257,7 +257,8 @@ def load_data(conn, job): for dataid, row in enumerate(_phenos, start=__fetch_next_dataid__(conn)) } # 2. Save any new publications (in multi-file bundle): - # -> return publication IDS + # -> return publication IDS: TODO: Figure out how to link file IDs to + # DB IDs. publications = save_publications(cursor, _control_data.get( "metadata", {}).get( -- cgit v1.2.3