about summary refs log tree commit diff
AgeCommit message (Collapse)Author
22 hoursDelete unused function. HEAD mainFrederick Muriuki Muriithi
22 hoursAdd hidden development-only helper scripts.Frederick Muriuki Muriithi
22 hoursFix issues caught by type-checker.Frederick Muriuki Muriithi
2 daysProvide new streamlined UI for publications.Frederick Muriuki Muriithi
3 daysMove phenotypes dataset UI to its own template.Frederick Muriuki Muriithi
3 daysUpdate UI for platforms to the new streamlined UI form.Frederick Muriuki Muriithi
3 daysUpdate samples UI to new streamlined UI format.Frederick Muriuki Muriithi
3 daysAvoid colons in HTML attribute valuesFrederick Muriuki Muriithi
Colons are used as part of the CSS selectors, so having them in the attribute values leads to problems selecting and styling the elements.
3 daysFix linting problems.Frederick Muriuki Muriithi
3 daysIndex page/Home page: Remove unnecessary check.Frederick Muriuki Muriithi
Since `sui_template(...)` function loads the appropriate template depending on flags, there is no point in checking it again here.
4 daysStreamlined UI for samples.Frederick Muriuki Muriithi
4 daysImprove UI text.Frederick Muriuki Muriithi
4 daysMove logic for loading streamlined-UI templates to reusable functionFrederick Muriuki Muriithi
4 daysAdd "Streamlined UI" templates for phenotype upload sub-features.Frederick Muriuki Muriithi
4 daysIgnore flask's generated session files.Frederick Muriuki Muriithi
4 daysTypo: Fix name of CLI variable.Frederick Muriuki Muriithi
4 daysImplement streamlined UI for phenotypes upload page.Frederick Muriuki Muriithi
4 daysRedirect to "View Populations" pageFrederick Muriuki Muriithi
While the streamlined UI is under construction, redirect the request back to the "View Population" page for the time being, until the UI requirements have been figured out.
4 daysGo straight to phenotypes data upload form.Frederick Muriuki Muriithi
4 daysFix bug: explicitly specify get parameters.Frederick Muriuki Muriithi
4 daysProvide necessary values to render UI.Frederick Muriuki Muriithi
4 daysImprove UI: Remove UI elements and cleanup text.Frederick Muriuki Muriithi
4 daysProvide UI for actions on existing phenotypes.Frederick Muriuki Muriithi
4 daysAdd javascript utilities to handle URLs.Frederick Muriuki Muriithi
4 daysUse modified `url_for` to ensure flag arguments are retained.Frederick Muriuki Muriithi
4 daysExplicitly include all channel dependencies.Frederick Muriuki Muriithi
There's a bug in guix where if we declare a that channel C depends on channel B, and channel B happens to rely on channel A, then channel A is not propagated for C, leading to build failures.
5 daysUpdate channel dependencies: use only `gn-machines`.Frederick Muriuki Muriithi
5 daysUse package definition in gn-machinesFrederick Muriuki Muriithi
Use the package definition in gn-machines rather than that in guix-bioinformatics in order to ensure that we have the latest dependencies.
10 daysMinor UI fixes for "Population" pageFrederick Muriuki Muriithi
* Fix tabulation * Reduce amount of text * Leave comments for future improvements.
10 daysImprove layout: Use more of the horizontal space for medium screens.Frederick Muriuki Muriithi
10 daysReplace sections with UI tabs.Frederick Muriuki Muriithi
10 daysChange element's ID.Frederick Muriuki Muriithi
10 daysImprove UI text.Frederick Muriuki Muriithi
10 daysFeature Flags: Generically deal with HTTP-based feature flags.Frederick Muriuki Muriithi
* Define a default `FEATURE_FLAGS_HTTP` configuration variable that's an empty list to help defining http-based feature flags that can be used to turn on/off features * Build macro to include hidden fields for feature flags where necessary. * Extend flask's `url_for` function to deal with defined feature flags in a mostly transparent way
10 daysMove sidebar to the end for tiny screens.Frederick Muriuki Muriithi
10 daysImprove styling.Frederick Muriuki Muriithi
10 daysMove common CSS to separate file.Frederick Muriuki Muriithi
10 daysImplement streamlined UI for populations.Frederick Muriuki Muriithi
12 daysImplement streamlined UI for species.Frederick Muriuki Muriithi
12 daysImprove the streamlined UI for the index page.Frederick Muriuki Muriithi
2025-12-03Rerun QTLReaper script with provided details.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-12-03Add UI element to run QTLReaper script.Frederick Muriuki Muriithi
2025-11-26scripts: 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