Age | Commit message (Expand) | Author |
---|---|---|
2025-05-30 | Use full table names rather than aliases•••Using aliases leads to errors when you have to use table locking to prevent data corruption. This commit updates queries to use the full table names rather than aliases, in order to prevent such troubles. | Frederick Muriuki Muriithi |
2025-05-19 | Add function to save the numerical data for phenotypes. | Frederick Muriuki Muriithi |
2025-05-05 | Save/Create new phenotypes in the database. | Frederick Muriuki Muriithi |
2025-04-21 | Use module-specific logger. | Frederick Muriuki Muriithi |
2025-04-21 | Add "DataId" to top-level trait details.•••The `DataId` is unique in the `PublishXRef` table. | Frederick Muriuki Muriithi |
2025-03-21 | Add "PubMed_ID" field•••The "PubMed_ID" field allows the user to edit the publication that's attached to each phenotype trait. | 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-01-29 | Update field name.•••Use "xref_id" rather than "pxr.Id" since the former is a little clearer. | 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-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 |
2024-11-22 | Use gn-libs code for db connection.•••Use the code in gn-libs to connect to the database, rather than a local module. | Frederick Muriuki Muriithi |
2024-10-07 | Create new phenotype dataset (PublishFreeze).•••Provide the UI and code to create a new phenotype dataset. | Frederick Muriuki Muriithi |
2024-09-30 | BugFix: Ensure all data items show up. | Frederick Muriuki Muriithi |
2024-09-30 | Initialise views for a specific phenotype•••Each phenotype is independent, of all others, and they are only put into datasets mostly for easy coralling of phenotypes related to a specific populations. As such, the system will probably need to provide a way to view (and possibly edit) each phenotype independent of all the others. This also fits in with the auth. | Frederick Muriuki Muriithi |
2024-09-27 | Remove unused placeholders for now. | Frederick Muriuki Muriithi |
2024-09-27 | Improve query for fetching a phenotype dataset's data | Frederick Muriuki Muriithi |
2024-09-27 | Show some details for a phenotype dataset. | Frederick Muriuki Muriithi |
2024-09-26 | Start building up the view dataset endpoint | Frederick Muriuki Muriithi |
2024-09-26 | List the phenotype datasets. | Frederick Muriuki Muriithi |