aboutsummaryrefslogtreecommitdiff
path: root/scripts/insert_samples.py
AgeCommit message (Collapse)Author
2025-04-25Handle exceptions explicitlyFrederick Muriuki Muriithi
Handle any thrown exceptions explicitly to prevent the `with` statement from swallowing them, leading to silent failure of the script.
2024-11-22Use gn-libs code for db connection.Frederick Muriuki Muriithi
Use the code in gn-libs to connect to the database, rather than a local module.
2024-09-09Enable samples uploads.Frederick Muriuki Muriithi
2024-09-03Initialise the populations package and update references.Frederick Muriuki Muriithi
2024-08-28Move code handling expression data upload into new module.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi
2024-01-08Use extracted functions and fix bugsFrederick Muriuki Muriithi
2023-12-18Samples: Hook-up external async script to upload the samples.Frederick Muriuki Muriithi
2023-12-14samples: Create external script and fix some bugs.Frederick Muriuki Muriithi