about summary refs log tree commit diff
path: root/uploader/genotypes
AgeCommit message (Collapse)Author
2026-04-13Retrieve ALL markers for a species regardless of data.Frederick Muriuki Muriithi
Retrieve all the genetic markers that exist for a particular species regardless of whether or not a particular marker has corresponding samples allele data.
2026-04-13Rework `list_markers`: return list of markers and basic metadata.Frederick Muriuki Muriithi
2026-04-13Get possibly filtered set of markers and count of total records.Frederick Muriuki Muriithi
Get a possibly filtered set of markers ensuring the markers are specific to the dataset. Also return the total number of markers in the dataset, even if we do not return the entire list.
2026-03-27genotypes: Refactor to consistently use monads.Frederick Muriuki Muriithi
2026-03-27genotypes: Move "GET" handling out of context manager.Frederick Muriuki Muriithi
2026-03-27genotypes: Add module-level logger.Frederick Muriuki Muriithi
2026-03-25genotypes: Remove obsolete endpoints.Frederick Muriuki Muriithi
2025-12-10Feature 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
2025-02-18Extract common pattern into generic function.Frederick Muriuki Muriithi
2025-02-18Use new searchable list tables with off-ramps for data creation.Frederick Muriuki Muriithi
2024-12-10Retain population for "List Markers" pageFrederick Muriuki Muriithi
For UI consistency, and as a convenience to the users, retain the population details for the "List Markers" page to help them navigate more easily using the breadcrumbs.
2024-11-22Use gn-libs code for db connection.Frederick Muriuki Muriithi
Use the code in gn-libs to connect to the database, rather than a local module.
2024-09-27Extract common functionality into reusable function.Frederick Muriuki Muriithi
2024-09-26Send the dataset ID. Fix bugs.Frederick Muriuki Muriithi
2024-09-25Setup auth with dataset creation.Frederick Muriuki Muriithi
2024-09-25Lint: Fix myriad of linting issuesFrederick Muriuki Muriithi
2024-09-25Create new genotype datasets.Frederick Muriuki Muriithi
2024-09-25PoC: Common checks in decorators work.Frederick Muriuki Muriithi
2024-09-24typing: Fix type errorsFrederick Muriuki Muriithi
2024-09-24Lint: Get rid of single-use variableFrederick Muriuki Muriithi
2024-09-24Lint: Get rid of extraneous if check.Frederick Muriuki Muriithi
2024-09-23UI: Indicate currently active menu.Frederick Muriuki Muriithi
2024-09-20Initialise UI for managing genotype datasets.Frederick Muriuki Muriithi
2024-09-19Only show a single genotype dataset.Frederick Muriuki Muriithi
It is expected that there is only ever a single genotype dataset for any one particular population.
2024-09-19List genotype datasetsFrederick Muriuki Muriithi
2024-09-18Separate genetic markers from encodings and datasetsFrederick Muriuki Muriithi
2024-09-17Display some genotype information.Frederick Muriuki Muriithi
2024-09-17Select genotype's population.Frederick Muriuki Muriithi
2024-09-17Provide entry-point of genotypes.Frederick Muriuki Muriithi
2024-09-13Initialise genotypes' UIFrederick Muriuki Muriithi