diff options
-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"]) |