Age | Commit message (Expand) | Author |
---|---|---|
2022-03-12 | Create a new function for retrieving strain_id and publishdata_id•••* 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. | BonfaceKilz |
2022-03-12 | Move operations on sample_data to it's own module | BonfaceKilz |