about summary refs log tree commit diff
AgeCommit message (Collapse)Author
3 daysRerun QTLReaper script with provided details. HEAD mainFrederick Muriuki Muriithi
3 daysRemove possible credentials leak.Frederick Muriuki Muriithi
3 daysRemove unnecessary comment.Frederick Muriuki Muriithi
3 daysFix exitcode: Ensure correct exit code is returned.Frederick Muriuki Muriithi
3 daysAdd UI element to run QTLReaper script.Frederick Muriuki Muriithi
10 daysscripts: Add script to run background QTLReaper process.Frederick Muriuki Muriithi
2025-11-19Add function to retrieve vector data for phenotypes from the db.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-05Add success handler for recompute phenotypes means jobs.Frederick Muriuki Muriithi
2025-11-05Provide default success handler for background jobs.Frederick Muriuki Muriithi
2025-11-05Enable (re)compute of phenotype means by users.Frederick Muriuki Muriithi
2025-11-05Provide script to compute means for phenotypes.Frederick Muriuki Muriithi
2025-11-03Rework templates and styling.Frederick Muriuki Muriithi
Begin work on new page layout and styling to improve navigation through the system.
2025-11-03Replace population descriptions with links to info.genenetwork.orgFrederick Muriuki Muriithi
We no longer use the Description field in the database directly. Instead, the details on populations are in info.genenetwork.org and therefore, it makes more sense to link to specific pages there than attempt reproducing the features here.
2025-11-03Use new "redirection-to-next" utilities.Frederick Muriuki Muriithi
2025-11-03Provide utilities for redirecting to next page if provided.Frederick Muriuki Muriithi
2025-11-03Base64 encode/decode from and to dicts.Frederick Muriuki Muriithi
* Convert a dict to a JSON string then encode it to base64. * Decode a base64 encoded JSON string to a dict.
2025-11-03Improve UI to enable editing publication details.Frederick Muriuki Muriithi
2025-10-13Publications: Add missing templates.Frederick Muriuki Muriithi
2025-10-13Fix linting errors.Frederick Muriuki Muriithi
2025-10-13Improve application-level and module-level logging.Frederick Muriuki Muriithi
2025-10-13Improve message flashing.Frederick Muriuki Muriithi
2025-10-13Publications: Check publication exists before attempting display.Frederick Muriuki Muriithi
2025-10-13Publications: Enable deletion of unlinked publications.Frederick Muriuki Muriithi
2025-10-13Publications: Enable editing publication details.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-08-25Create and cross-reference phenotypesFrederick Muriuki Muriithi
Update `create_new_phenotypes` function to create the phenotypes and cross-reference them to their populations, publications, and groups in one transaction to ensure consistency.
2025-08-25Preprocess phenotype data and return normalised form.Frederick Muriuki Muriithi
2025-08-20Add check for Nonetype.Frederick Muriuki Muriithi
2025-07-14Deactivate linter error check.Frederick Muriuki Muriithi
2025-07-14Remove comments and demo statements.Frederick Muriuki Muriithi
2025-07-14Initialize pylint's rc file.Frederick Muriuki Muriithi
2025-07-14Leave cache's hash method uninitialized.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-14Use `yield from …` form.Frederick Muriuki Muriithi
Use the `yield from` form rather than iterating through the elements of the built sequence.
2025-07-14Remove unused scriptFrederick Muriuki Muriithi
The bulk edit feature is no longer supported in the uploader.
2025-07-14Fix importsFrederick Muriuki Muriithi
Remove unused imports, update old imports to newer forms and add missing imports.
2025-07-14Refactor out common functionality into separate function.Frederick Muriuki Muriithi
2025-07-14Do not enter IDs in files in the description field.Frederick Muriuki Muriithi
2025-07-14Mark feature as not-implemented.Frederick Muriuki Muriithi
2025-07-14Fix tooltip text.Frederick Muriuki Muriithi