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