Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-04 | Remove if clauses: replace with dict | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/partial-correlations.gmi * Remove the if clauses to simplify the code flow: use a dictionary of queries and select the appropriate query from the dictionary instead. | |||
2021-10-21 | Implement `translate_to_mouse_gene_id` function | Frederick Muriuki Muriithi | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/partial-correlations.gmi * Migrate the `web.webqtl.correlation/CorrelationPage.translateToMouseGeneID` function in GN1 to GN3. This is a function that retrieves data from the database, and therefore uses a system outside of our code, therefore, the function does not have a corresponding unit test. This kind of function will probably need to be tested at the integration or system tests level, where we test that our code interacts correcly with any and all external systems that it should. | |||
2021-05-10 | db: species: Add method for fetching all species | BonfaceKilz | |
2021-05-08 | db: species: Fetch chromosomes using a group or species name | BonfaceKilz | |
* gn3/db/species.py (get_chromosome): New function. |