diff options
author | Frederick Muriuki Muriithi | 2025-05-19 13:15:10 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-05-19 14:34:55 -0500 |
commit | 517dea7e811f688b79dd2ab4bc2192cdccd6850d (patch) | |
tree | 39d63319bce2ae5fe4b718d8337a20c3c4a64e58 | |
parent | 7b8e548e3440414fbe4abb57f8111105107009b2 (diff) | |
download | gn-uploader-517dea7e811f688b79dd2ab4bc2192cdccd6850d.tar.gz |
Add some notes for later.
-rw-r--r-- | scripts/load_phenotypes_to_db.py | 3 |
1 files changed, 2 insertions, 1 deletions
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( |