Age | Commit message (Expand) | Author |
2024-04-16 | Set InbredSet.InbredSetId value in a more robust way. | Frederick Muriuki Muriithi |
2024-04-16 | bug: Set ProbeFreezeId for only new row!...Previously the extra ProbeFreezeId column was being updated for *ALL*
rows, rather than just the newly inserted row, which is a bug. This
commit fixes that.
| Frederick Muriuki Muriithi |
2024-04-12 | Provide defaults for required field. | Frederick Muriuki Muriithi |
2024-04-12 | Consistently check for possibly non-existent data...The "geno-dataset", "tissue", "pheno-study" and "pheno-dataset" data
"objects" might not exist for a particular uploaded bundle, so we
check in a consistent manner to ensure they are provided when needed.
| Frederick Muriuki Muriithi |
2024-04-12 | Provide tissue-id details to probeset dataset templates | Frederick Muriuki Muriithi |
2024-03-29 | Add UI to select/create tissue. | Frederick Muriuki Muriithi |
2024-02-02 | Bug: Specify DictCursor class to return dict-like result...Without specifying the `cursorclass`, the result is a tuple of the
form:
((query_col01_val, query_col02_val, ...), ...)
where the ellipsis specify the possibility of more than one of the
previous form.
We specify the DictCursor class instead so that the form changes to:
({query_col01_name: query_col01_val, ...}, ...)
which allows us to pick the value we want with a string index.
| Frederick Muriuki Muriithi |
2024-01-18 | UI: Display summary information. | Frederick Muriuki Muriithi |
2024-01-18 | UI: Create new ProbeSet dataset. | Frederick Muriuki Muriithi |
2024-01-18 | Create new ProbeSet study. | Frederick Muriuki Muriithi |
2024-01-17 | UI: Select ProbeSet study. | Frederick Muriuki Muriithi |
2024-01-17 | UI: Initialise summary page. | Frederick Muriuki Muriithi |
2024-01-16 | UI: Create UI to select from existing genotype datasets. | Frederick Muriuki Muriithi |
2024-01-08 | Extract common database functions into a separate package. | Frederick Muriuki Muriithi |