diff options
author | Frederick Muriuki Muriithi | 2024-01-17 11:41:43 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-17 11:41:43 +0300 |
commit | 33e106334a212853842c30f8c595da1099c3d84e (patch) | |
tree | a9a073bc24e2cec54f346f67d0ad1f652a5894bf /qc_app/db/__init__.py | |
parent | cde57e8faeb41df27587361dcf42e235545cacb3 (diff) | |
download | gn-uploader-33e106334a212853842c30f8c595da1099c3d84e.tar.gz |
UI: Select ProbeSet study.
Diffstat (limited to 'qc_app/db/__init__.py')
-rw-r--r-- | qc_app/db/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/db/__init__.py b/qc_app/db/__init__.py index 270f1a0..36e93e8 100644 --- a/qc_app/db/__init__.py +++ b/qc_app/db/__init__.py @@ -5,4 +5,4 @@ from .populations import ( population_by_id, populations_by_species, population_by_species_and_id) -from .datasets import geno_dataset_by_species_and_population +from .datasets import geno_datasets_by_species_and_population |