about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Expand)Author
5 daysFix issues caught by type-checker.Frederick Muriuki Muriithi
7 daysFix linting problems.Frederick Muriuki Muriithi
8 daysTypo: Fix name of CLI variable.Frederick Muriuki Muriithi
2025-12-03Remove possible credentials leak.Frederick Muriuki Muriithi
2025-12-03Remove unnecessary comment.Frederick Muriuki Muriithi
2025-12-03Fix exitcode: Ensure correct exit code is returned.Frederick Muriuki Muriithi
2025-11-26scripts: Add script to run background QTLReaper process.Frederick Muriuki Muriithi
2025-11-19CLI: Add validator that checks path exists and is a directory.Frederick Muriuki Muriithi
2025-11-19Add function to setup logging for scripts.Frederick Muriuki Muriithi
2025-11-19Add utility functions for common CLI options/arguments.Frederick Muriuki Muriithi
2025-11-19Initialise package for CLI utilities.Frederick Muriuki Muriithi
2025-11-05Fix issues caught by linter.Frederick Muriuki Muriithi
2025-11-05Extract common CLI option to separate utility function.Frederick Muriuki Muriithi
2025-11-05Provide script to compute means for phenotypes.Frederick Muriuki Muriithi
2025-08-28Compute the means for the data.Frederick Muriuki Muriithi
2025-08-26Update script to use newer form of `create_new_phenotypes` function.Frederick Muriuki Muriithi
2025-07-14Handle case where authorisation is already set up.Frederick Muriuki Muriithi
2025-07-14Restore original names and instead ignore specific linter errors.Frederick Muriuki Muriithi
2025-07-14Fix linting issues.Frederick Muriuki Muriithi
2025-07-14Provide timeouts for requests calls.Frederick Muriuki Muriithi
2025-07-14Remove unused scriptFrederick Muriuki Muriithi
2025-07-14Fix importsFrederick Muriuki Muriithi
2025-07-02Compute the means while doing the cross-refences.Frederick Muriuki Muriithi
2025-07-01Ignore any optional files that are not provided.Frederick Muriuki Muriithi
2025-06-26Add cross-reference IDs to job as metadata.Frederick Muriuki Muriithi
2025-06-26BugFix: Logical bug - files have already been "untransposed".Frederick Muriuki Muriithi
2025-06-26Convert to tuple to allow indexing.Frederick Muriuki Muriithi
2025-06-26Replace first field header with standard "id" header.Frederick Muriuki Muriithi
2025-06-26Pass in the field separator, and comment char while reading fileFrederick Muriuki Muriithi
2025-06-17Allow users to provide transposed files.Frederick Muriuki Muriithi
2025-06-10Pass on the publication to the next job.Frederick Muriuki Muriithi
2025-06-10Change message level.Frederick Muriuki Muriithi
2025-06-09Fix minor bug.Frederick Muriuki Muriithi
2025-06-09Run the authorisation update requests.Frederick Muriuki Muriithi
2025-06-09Compute the data_link_ids from the request results.Frederick Muriuki Muriithi
2025-06-09Fix bug in data for creating a new resource.Frederick Muriuki Muriithi
2025-06-09Compute request data for …/data/link/phenotypes endpoint.Frederick Muriuki Muriithi
2025-06-09Add debug logging to track process.Frederick Muriuki Muriithi
2025-06-09Fix return: Don't use `RETURNING *`.Frederick Muriuki Muriithi
2025-06-05Break up long lines.Frederick Muriuki Muriithi
2025-06-05`update_auth()` scaffoldingFrederick Muriuki Muriithi
2025-06-05Only update authorisation after all data is entered.Frederick Muriuki Muriithi
2025-06-03Add more logging to track progress.Frederick Muriuki Muriithi
2025-06-03Save data with `LOAD DATA INFILE …` queryFrederick Muriuki Muriithi
2025-06-03Extract building of data items into helper function.Frederick Muriuki Muriithi
2025-06-03Memory saving: Don't reload saved dataFrederick Muriuki Muriithi
2025-06-02Compute data in files lazily.Frederick Muriuki Muriithi
2025-06-02Process NA-strings in the worker script.Frederick Muriuki Muriithi
2025-06-02Update placeholder functionFrederick Muriuki Muriithi
2025-06-02Add missing import.Frederick Muriuki Muriithi