Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | Retrieve 'ProbeSet' trait name | Muriithi Frederick Muriuki | |
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * gn3/db/traits.py: new function (retrieve_probeset_trait_name) * tests/unit/db/test_traits.py: test(s) for new function Add a function to retrieve the name of a 'ProbeSet' trait in a manner similar to genenetwork1's retrieval of the same, as implemented here https://github.com/genenetwork/genenetwork1/blob/master/web/webqtl/base/webqtlDataset.py#L140-154 Unlike in genenetwork1, we do not mutate an object, instead, we return the values as retrieved from the database, and the caller will deal with the returned values as appropriate. | |||
2021-07-10 | Fix pylint issues | BonfaceKilz | |
2021-07-10 | db: test_db: Test that a fetch is correct when columns are specified | BonfaceKilz | |
2021-06-07 | db: test_db: Add extra variable in test data for "id" | BonfaceKilz | |
2021-06-07 | Rename json_data column to json_diff_data | BonfaceKilz | |
2021-06-07 | tests: test_db: Add a test-case for fetchall | BonfaceKilz | |
2021-06-07 | tests: test_db: Rename TestPhenotype | BonfaceKilz | |
2021-06-07 | tests: test_phenotype: Rename to test_db | BonfaceKilz | |
2021-06-03 | Use prepared statements for FETCH sql function | BonfaceKilz | |
2021-06-03 | Use prepared statements for UPDATE sql function | BonfaceKilz | |
2021-06-03 | tests: test_audit: Update test case to check for prepared statements | BonfaceKilz | |
2021-06-03 | Add data structures for the table metadata_audit | BonfaceKilz | |
2021-06-03 | unit: test_phenotypes: Test for multiple "WHERE" clauses | BonfaceKilz | |
2021-06-03 | Get the diff between 2 dicts and return that as a dict | BonfaceKilz | |
2021-05-26 | Move the methods, "update" and "fetch", to gn3.db | BonfaceKilz | |
2021-05-20 | tests: test_phenotype: Add function that tests "fetchone" | BonfaceKilz | |
2021-05-20 | db: phenotypes: Update failing tests | BonfaceKilz | |
2021-05-20 | tests: test_phenotypes: New test cases for loading phenotypes | BonfaceKilz | |
2021-05-10 | tests: test_species: Add test for `get_all_species` | BonfaceKilz | |
2021-05-08 | tests: test_species: New tests | BonfaceKilz | |