From 7a742c2290c2530c0be070590b199fb11799cf16 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 19 May 2025 13:15:23 -0500 Subject: Add placeholder stub to be implemented later. --- scripts/load_phenotypes_to_db.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') 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"]) -- cgit v1.2.3