aboutsummaryrefslogtreecommitdiff
path: root/uploader/phenotypes
AgeCommit message (Collapse)Author
7 daysPass in system log-level to script.Frederick Muriuki Muriithi
7 daysProvide connection URI for mariadb.Frederick Muriuki Muriithi
7 daysUpdate comment text.Frederick Muriuki Muriithi
8 daysRun job with unbuffered outputs.Frederick Muriuki Muriithi
8 daysUpdate name of launcher script used.Frederick Muriuki Muriithi
9 daysBegin processing the uploadeded bulk-edit file.Frederick Muriuki Muriithi
12 daysAdd "PubMed_ID" fieldFrederick Muriuki Muriithi
The "PubMed_ID" field allows the user to edit the publication that's attached to each phenotype trait.
12 daysBulk Edit: Initialise the bulk-edit uploadFrederick Muriuki Muriithi
* Provide UI for uploading the file * Provide (partially implemented) endpoint to handle the uploaded file.
12 daysRename endpoint: Distinguish edit download from other downloads.Frederick Muriuki Muriithi
2025-03-18Enable downloading of dataset's phenotype's data.Frederick Muriuki Muriithi
2025-03-17Include InbredSetId: Useful for querying data.Frederick Muriuki Muriithi
2025-02-18Extract common pattern into generic function.Frederick Muriuki Muriithi
2025-02-18Enable creating new populations on the "Phenotype Data" path.Frederick Muriuki Muriithi
Enable creating new populations in the case where the population a user wants to use does not exist in the database.
2025-02-18Redirect to "Create Species" page if user selects it.Frederick Muriuki Muriithi
Add the "Create Species" sub-step to the phenotype data path.
2025-02-18Select from searchable list and allow new species creation.Frederick Muriuki Muriithi
Select the species to use from a searchable list. In case the species does not exist in the list, allow creation of the list.
2025-01-29Fetch all phenotypes for display with DataTables.Frederick Muriuki Muriithi
2025-01-29Update field name.Frederick Muriuki Muriithi
Use "xref_id" rather than "pxr.Id" since the former is a little clearer.
2025-01-28Use a more robust check for emptiness.Frederick Muriuki Muriithi
Some of the values could be integer values.
2025-01-28Fix type-checking issues.Frederick Muriuki Muriithi
2025-01-28Fix linting issues.Frederick Muriuki Muriithi
2025-01-28Update endpoint: Make it more consistent.Frederick Muriuki Muriithi
2025-01-27Show SE and N field if even one row has SE.Frederick Muriuki Muriithi
2025-01-27Fix bug in how the SE and N values for a phenotype are fetched.Frederick Muriuki Muriithi
2025-01-27Enable editing of a phenotype's numeric values.Frederick Muriuki Muriithi
2025-01-27Fix minor bug.Frederick Muriuki Muriithi
2025-01-27Implement editing of basic phenotype metadata.Frederick Muriuki Muriithi
2025-01-25Add function to retrieve a phenotype's publication data.Frederick Muriuki Muriithi
2025-01-25Add the "StrainId" field to phenotype data rows.Frederick Muriuki Muriithi
2025-01-24Provide UI for editing a specific phenotype.Frederick Muriuki Muriithi
2025-01-24Extract reusable constant.Frederick Muriuki Muriithi
2025-01-23Add publication data to page.Frederick Muriuki Muriithi
2025-01-23Only present SE and N columns if at least one row has them.Frederick Muriuki Muriithi
2025-01-23Provide summary for review before entering data to database.Frederick Muriuki Muriithi
2025-01-21Use sanitised names derived from original names.Frederick Muriuki Muriithi
2025-01-21Reuse common job-creation code.Frederick Muriuki Muriithi
2025-01-21Process form contents into a zip bundle.Frederick Muriuki Muriithi
2024-12-13Separate bundle and individual files processingFrederick Muriuki Muriithi
Move the code processing the R/qtl2 bundle into a separate function and call it. Create a new (currently, failing) function to process the individual files.
2024-12-13Use new templates:Frederick Muriuki Muriithi
2024-12-10Redirect if there's only a single phenotype datasetFrederick Muriuki Muriithi
If a particular population has only a single phenotype dataset, redirect to the dataset view page rather than listing the only dataset.
2024-12-10Use specialised template renderer for phenotypes.Frederick Muriuki Muriithi
Use the specialised template renderer to keep the rendering consistent.
2024-12-03Display the files metadata in progress section.Frederick Muriuki Muriithi
2024-12-03Fix some linting and mypy issues.Frederick Muriuki Muriithi
2024-12-03Fetch a jobs errors from its errors lists.Frederick Muriuki Muriithi
2024-12-03Cleanup linting and type (mypy) errors.Frederick Muriuki Muriithi
2024-12-02Launch job and redirect to job status page.Frederick Muriuki Muriithi
2024-12-02Add UI to view status of the job as it runs.Frederick Muriuki Muriithi
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-10-17UI: Create background job when user uploads file.Frederick Muriuki Muriithi
2024-10-17mypy: Fix some typing issues.Frederick Muriuki Muriithi
2024-10-10Build UI to add new phenotypes.Frederick Muriuki Muriithi
Build the UI and set up styling. This is not working currently.