Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | Raise error if file is missing rather than returning a Union value. | Frederick Muriuki Muriithi | |
2024-01-16 | UI: Create UI to select from existing genotype datasets. | Frederick Muriuki Muriithi | |
2024-01-16 | Build a sha512 hash from the uploaded file's name and timestamp | Frederick Muriuki Muriithi | |
Build a sha512 message digest from the file's name and the timestamp of when the file was uploaded. This ensures that the filename is URL-safe, and reduces chances of name conflicts in the upload directory which could lead to data corruption when processing the files and saving the files into the database. | |||
2023-12-11 | samples: Fix bugs in code saving samples to db | Frederick Muriuki Muriithi | |
* Check whether first row in file is for headings * Break infinite loop: check batch has content * Update saving of uploaded files | |||
2023-12-07 | Samples: Read an save data to db. | Frederick Muriuki Muriithi | |