aboutsummaryrefslogtreecommitdiff
path: root/scripts/rqtl2/entry.py
AgeCommit message (Collapse)Author
12 daysMove logger creation to `build_main` functionFrederick Muriuki Muriithi
Since the module-level loggers are built mostly the same, move the creation of the logger to the more general function to reduce repetition.
2024-10-14BugFix: Use provided prefixFrederick Muriuki Muriithi
Use the provided prefix rather than calling `jobs.jobsnamespace()` function that depends of an app context existing.
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi
2024-01-23Update scripts to use redis prefix.Frederick Muriuki Muriithi
2024-01-19scripts: Process R/qtl2 bundleFrederick Muriuki Muriithi
Build script to start the processing of the R/qtl2 bundle.
2024-01-15Extract common structure into separate modules.Frederick Muriuki Muriithi