| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-12 | Fetch InbredSetId | BonfaceKilz | |
| * gn3/db/sample_data.py (get_sample_data_ids): Extend to also fetch InbredSetId. (update_sample_data): Discard the returned value of InbredSetId. (delete_sample_data): Ditto. | |||
| 2022-03-12 | Create a new function for retrieving strain_id and publishdata_id | BonfaceKilz | |
| * gn3/db/sample_data.py: Import Any, Tuple. (get_sample_data_ids): New function that fetches the strain_id and publishdata_id of a given data point. (update_sample_data): Use `get_sample_data_ids`. (delete_sample_data): Ditto. (insert_sample_data): Ditto. | |||
| 2022-03-12 | Move operations on sample_data to it's own module | BonfaceKilz | |
