aboutsummaryrefslogtreecommitdiff
path: root/scripts/process_rqtl2_bundle.py
AgeCommit message (Expand)Author
2024-12-03Pass 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-22Use 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-24Parse entire namespace object rather than individual values.Frederick Muriuki Muriithi
2024-08-12Rename module: Module contains exceptions classes.Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi
2024-02-05Run QC on the 'geno' file in R/qtl2 bundle.Frederick Muriuki Muriithi
2024-02-05Add 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-23Update scripts to use redis prefix.Frederick Muriuki Muriithi
2024-01-22scripts: Pass in logger to get detailed updates.Frederick Muriuki Muriithi
2024-01-22UI: Show progress of R/qtl2 bundle processing.Frederick Muriuki Muriithi
2024-01-19scripts: Process R/qtl2 bundle...Build script to start the processing of the R/qtl2 bundle. Frederick Muriuki Muriithi