Age | Commit message (Expand) | Author |
---|---|---|
2024-12-03 | Pass the redis connection and fully qualified job id...Pass the redis connection on to the function used to build main since it might need to use a connection to redis. Also pass the computed fully qualified job id rather than recomputing it every time. Update dependent functions to take the new arguments. | Frederick Muriuki Muriithi |
2024-11-22 | Use gn-libs code for db connection....Use the code in gn-libs to connect to the database, rather than a local module. | Frederick Muriuki Muriithi |
2024-10-24 | Parse entire namespace object rather than individual values. | Frederick Muriuki Muriithi |
2024-08-12 | Rename module: Module contains exceptions classes. | Frederick Muriuki Muriithi |
2024-07-25 | Rename module: qc_app --> uploader | Frederick Muriuki Muriithi |
2024-02-05 | Run QC on the 'geno' file in R/qtl2 bundle. | Frederick Muriuki Muriithi |
2024-02-05 | Add a QC step: Check all listed files exist...Add a QC step to the R/qtl2 bundle processing - check that all files that are listed in the control file also exist in the bundle. | Frederick Muriuki Muriithi |
2024-01-23 | Update scripts to use redis prefix. | Frederick Muriuki Muriithi |
2024-01-22 | scripts: Pass in logger to get detailed updates. | Frederick Muriuki Muriithi |
2024-01-22 | UI: Show progress of R/qtl2 bundle processing. | Frederick Muriuki Muriithi |
2024-01-19 | scripts: Process R/qtl2 bundle...Build script to start the processing of the R/qtl2 bundle. | Frederick Muriuki Muriithi |