| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | Improve error messages. | Frederick Muriuki Muriithi | |
| To help users better understand what the problem with their data is, the errors need to be clearer to them. This commit fixes some error messages. | |||
| 5 days | Fix bug with cascade of name checks. | Frederick Muriuki Muriithi | |
| The `meta["data_name"]` statement was leading to an exception in any case where the "data_name" key is not provided. This defeats the purpose of allowing either "dataname" or "data_name". This commit fixes that, while handling the case where neither one of the two are provided. | |||
| 6 days | Update to error log, because it's an error, even though we return 0. | Frederick Muriuki Muriithi | |
| 6 days | Move tracing details to INFO loglevel rather than debug. | Frederick Muriuki Muriithi | |
| We need to trace the auth process so as to help with debugging resource creation failures. | |||
| 6 days | Pull helper function out of main(). | Frederick Muriuki Muriithi | |
| 12 days | Use multiple threads to speed up the computations. | Frederick Muriuki Muriithi | |
| 12 days | Specify the --permu_output option to QTLReaper | Frederick Muriuki Muriithi | |
| Specify the --permu_output option to QTLReaper to prevent it from attempting to write to the working directory, which in the guix containers is a READONLY file system. | |||
| 13 days | pylint: non-assigned expressions - silence linter. | Frederick Muriuki Muriithi | |
| 13 days | Prompt user for a name for the resource object. | Frederick Muriuki Muriithi | |
| 2026-03-25 | Add the DATASET-ID argument to command-line interfaces. | Frederick Muriuki Muriithi | |
| 2026-03-11 | Check exit code of the Rust QTLReaper script. | Frederick Muriuki Muriithi | |
| 2026-03-11 | Check whether files exist before attempting to operate on them. | Frederick Muriuki Muriithi | |
| 2026-03-11 | Set "RUST_BACKTRACE" envvar if loglevel is DEBUG. | Frederick Muriuki Muriithi | |
| 2026-02-06 | Fix bug: convert values to strings first. | Frederick Muriuki Muriithi | |
| 2026-02-06 | Print out the correct error message. | Frederick Muriuki Muriithi | |
| 2026-01-30 | Delete temporary file after completing deletion. | Frederick Muriuki Muriithi | |
| 2026-01-30 | Add messages to script to indicate progress. | Frederick Muriuki Muriithi | |
| 2026-01-30 | Fix bug in reading file: Ensure to read all lines. | Frederick Muriuki Muriithi | |
| 2026-01-27 | Build script to delete phenotypes. | Frederick Muriuki Muriithi | |
| 2026-01-13 | Migrate background job to use SQLite rather than Redis. | Frederick Muriuki Muriithi | |
| 2025-12-19 | Fix issues caught by type-checker. | Frederick Muriuki Muriithi | |
| 2025-12-17 | Fix linting problems. | Frederick Muriuki Muriithi | |
| 2025-12-16 | Typo: Fix name of CLI variable. | Frederick Muriuki Muriithi | |
| 2025-12-03 | Remove possible credentials leak. | Frederick Muriuki Muriithi | |
| 2025-12-03 | Remove unnecessary comment. | Frederick Muriuki Muriithi | |
| 2025-12-03 | Fix exitcode: Ensure correct exit code is returned. | Frederick Muriuki Muriithi | |
| 2025-11-26 | scripts: Add script to run background QTLReaper process. | Frederick Muriuki Muriithi | |
| 2025-11-19 | CLI: Add validator that checks path exists and is a directory. | Frederick Muriuki Muriithi | |
| 2025-11-19 | Add function to setup logging for scripts. | Frederick Muriuki Muriithi | |
| 2025-11-19 | Add utility functions for common CLI options/arguments. | Frederick Muriuki Muriithi | |
| 2025-11-19 | Initialise package for CLI utilities. | Frederick Muriuki Muriithi | |
| 2025-11-05 | Fix issues caught by linter. | Frederick Muriuki Muriithi | |
| 2025-11-05 | Extract common CLI option to separate utility function. | Frederick Muriuki Muriithi | |
| 2025-11-05 | Provide script to compute means for phenotypes. | Frederick Muriuki Muriithi | |
| 2025-08-28 | Compute the means for the data. | Frederick Muriuki Muriithi | |
| 2025-08-26 | Update script to use newer form of `create_new_phenotypes` function. | Frederick Muriuki Muriithi | |
| 2025-07-14 | Handle case where authorisation is already set up. | Frederick Muriuki Muriithi | |
| 2025-07-14 | Restore original names and instead ignore specific linter errors. | Frederick Muriuki Muriithi | |
| 2025-07-14 | Fix linting issues. | Frederick Muriuki Muriithi | |
| 2025-07-14 | Provide timeouts for requests calls. | Frederick Muriuki Muriithi | |
| 2025-07-14 | Remove unused script | Frederick Muriuki Muriithi | |
| The bulk edit feature is no longer supported in the uploader. | |||
| 2025-07-14 | Fix imports | Frederick Muriuki Muriithi | |
| Remove unused imports, update old imports to newer forms and add missing imports. | |||
| 2025-07-02 | Compute the means while doing the cross-refences. | Frederick Muriuki Muriithi | |
| 2025-07-01 | Ignore any optional files that are not provided. | Frederick Muriuki Muriithi | |
| 2025-06-26 | Add cross-reference IDs to job as metadata. | Frederick Muriuki Muriithi | |
| 2025-06-26 | BugFix: Logical bug - files have already been "untransposed". | Frederick Muriuki Muriithi | |
| The `read_csv_file_headers` function can read headings from non-transposed or transposed file, depending on the value of a flag. The bug was passing the value of the `*_transposed` flag from the control file, even after any transposed files have been "untransposed". This commit passes an explicit `False` value, and adds a comment to note the fix. | |||
| 2025-06-26 | Convert to tuple to allow indexing. | Frederick Muriuki Muriithi | |
| 2025-06-26 | Replace first field header with standard "id" header. | Frederick Muriuki Muriithi | |
| 2025-06-26 | Pass in the field separator, and comment char while reading file | Frederick Muriuki Muriithi | |
| Pass in the field separator character to split the fields correctly. Also pass in the comment character to safely ignore any comment lines. | |||
| 2025-06-17 | Allow users to provide transposed files. | Frederick Muriuki Muriithi | |
