about summary refs log tree commit diff
path: root/gn3/db/probesets.py
AgeCommit message (Collapse)Author
2024-12-04refactor: make pylint fixes.Alexander_Kabui
2024-12-02Fix probeset metadata query to include dataset namezsloan
Previously this attempted to fetch probeset metadata using only the probeset name, but this is wrong. The dataset name is also needed.
2023-08-17Remove Id select from probeset metadata query, since it's included in colszsloan
2023-08-04Remove the ORM-dependent `update` function.Frederick Muriuki Muriithi
2023-07-19Extract code dealing with ProbeSets to their own module.Frederick Muriuki Muriithi