about summary refs log tree commit diff
path: root/uploader/population/rqtl2.py
AgeCommit message (Collapse)Author
2026-02-09Update configuration variable name.Frederick Muriuki Muriithi
2025-07-14Fix importsFrederick Muriuki Muriithi
Remove unused imports, update old imports to newer forms and add missing imports.
2025-01-28Remove generic endpoints and functionsFrederick Muriuki Muriithi
The endpoints handling the chunked (and resumable) file uploads were moved to a separate package of their own, that's more relevant for that. This commit removes the extraneous code.
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-24Commit forgotten rqtl2.py moduleFrederick Muriuki Muriithi