aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/show_trait
AgeCommit message (Collapse)Author
2024-07-27Include CaseAttribute.InbredSetId in the query that fetches case attributeszsloan
Previously issues could occur if a difference InbredSet had the same CaseAtribute Id
2024-05-22Check if case attribute for RRID is a list, to prevent it being added twice ↵zsloan
in situations where a sample appears in both the parent/f1 file and the .geno file
2024-03-26Revert "Disable CaseAttributeId - because it needs an update to the database"Frederick Muriuki Muriithi
This reverts commit 4539ef0297bb4b8c2954f250697c237069a16d64. This commit was ignoring the historical context that led to the changes in the schema of the `CaseAttribute*` tables, and leads to errors when the database schema is updated.
2024-03-14Disable CaseAttributeId - because it needs an update to the databaseGN2
and it is not clear why. @bonfacem.
2024-01-08Update ncbi summary link to https, since before it was spending extra time ↵zsloan
trying (and failing) to query the http link before trying https
2023-12-29Namespace all modules under gn2.Arun Isaac
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service.