Age | Commit message (Expand) | Author |
---|---|---|
2021-07-10 | Fix pylint issues | BonfaceKilz |
2021-07-10 | db: phenotypes: Add Probeset data structures...* gn3/db/phenotypes.py (Probeset): New dataclass. (probeset_mapping): New dict. * gn3/db/__init__.py: Add probeset_mapping and Probeset. | BonfaceKilz |
2021-05-26 | Move the methods, "update" and "fetch", to gn3.db | BonfaceKilz |
2021-05-26 | db: phenotypes: Fix publication_mapping | BonfaceKilz |
2021-05-26 | db: phenotypes: Fix typo | BonfaceKilz |
2021-05-20 | db: phenotypes: Add function for fetching a single result...* gn3/db/phenotypes.py (fetchone): New function. | BonfaceKilz |
2021-05-20 | db: phenotypes: Add a dataclass map...Maps a string to it's dataclass. | BonfaceKilz |
2021-05-20 | db: phenotypes: Add Publication table mapping | BonfaceKilz |
2021-05-20 | db: phenotypes: Rename phenotype_column_mapping | BonfaceKilz |
2021-05-20 | db: phenotypes: Add Publication dataclass and mapping | BonfaceKilz |
2021-05-20 | db: phenotypes: Generalise the update function...* gn3/db/phenotypes.py (update_phenotype): Delete it. (update): New, more general function. | BonfaceKilz |
2021-05-20 | db: phenotypes: Map a table to it's relevant dict mapping | BonfaceKilz |
2021-05-20 | db: phenotypes: Add type for Dataclass...See: https://www.py4u.net/discuss/188952 | BonfaceKilz |
2021-05-20 | db: phenotypes: Put mapping def after dataclass | BonfaceKilz |
2021-05-20 | db: phenotypes: Add phenotype table mapping | BonfaceKilz |
2021-05-20 | db: phenotypes: Add dataclass to represent PublishXRef | BonfaceKilz |
2021-05-20 | db: phenotype: Make "pylint: disable=[R0902]" global for file | BonfaceKilz |
2021-05-20 | db: phenotypes: Add a way of updating the Phenotype table...* gn3/db/phenotypes.py (Phenotype): New dataclass. (update_phenotype): New function. [phenotype_column_mapping]: New variable. | BonfaceKilz |