diff options
author | Frederick Muriuki Muriithi | 2025-05-19 13:15:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-05-19 14:34:55 -0500 |
commit | 7a742c2290c2530c0be070590b199fb11799cf16 (patch) | |
tree | c982e14ed07f3263f494792ee28ed7cde311da27 | |
parent | 517dea7e811f688b79dd2ab4bc2192cdccd6850d (diff) | |
download | gn-uploader-7a742c2290c2530c0be070590b199fb11799cf16.tar.gz |
Add placeholder stub to be implemented later.
-rw-r--r-- | scripts/load_phenotypes_to_db.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index a895ac6..8ff8ab4 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -237,6 +237,11 @@ def cross_reference_phenotypes_publications_and_data( pass +def update_auth(user, species, population, dataset, phenos): + """Grant the user access to their data.""" + pass + + def load_data(conn, job): """Load the data attached in the given job.""" _job_metadata = json.loads(job["job-metadata"]) |