Age | Commit message (Expand) | Author |
2021-06-17 | delete loggers and comments | Alexander Kabui |
2021-06-17 | sort sample name by sample_ids | Alexander Kabui |
2021-06-17 | remove unused functions + minor fixes | Alexander Kabui |
2021-06-17 | minor fix | Alexander Kabui |
2021-06-17 | pep8 formatting | Alexander Kabui |
2021-06-17 | add query for fetching probeset data | Alexander Kabui |
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui |
2021-05-10 | add previous endpoint for correlation | Alexander Kabui |
2021-05-05 | base: species: Remove redundant assignment | BonfaceKilz |
2021-05-05 | base: chromosomes: Fetch the chromosomes lazily | BonfaceKilz |
2021-05-05 | base: species: Rewrite Chromosomes using a dataclass | BonfaceKilz |
2021-05-05 | base: species: Rewrite IndChromosome using a dataclass | BonfaceKilz |
2021-05-05 | base: trait: Remove logging information | BonfaceKilz |
2021-05-05 | base: species: Rewrite TheSpecies class using a dataclass | BonfaceKilz |
2021-05-05 | base: species: Remove unused import | BonfaceKilz |
2021-05-05 | base: species: Format SQL queries | BonfaceKilz |
2021-04-30 | autopep8: Run autopep8 100 times with target rules | BonfaceKilz |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2021-04-30 | autopep8: Fix W291, W292, W293, W391 | BonfaceKilz |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz |
2021-04-29 | Merge branch 'testing' into Feature/Add-upload-data-forms | BonfaceKilz |
2021-04-29 | Run `sed -i 's/(object)//g'` | BonfaceKilz |
2021-04-29 | base: trait: Remove unused function | BonfaceKilz |
2021-04-29 | base: data_set: Remove unused method | BonfaceKilz |
2021-04-29 | base: data_set: Apply pep-8 | BonfaceKilz |
2021-04-29 | base: data_set: Remove unused method | BonfaceKilz |
2021-04-29 | base: data_set: Rewrite data_set using @dataclass | BonfaceKilz |
2021-04-28 | Added something to jsonable in trait.py to account for temp traits (this is n... | zsloan |
2021-04-26 | fix:remove debug statements and commented code | Alexander Kabui |
2021-04-23 | debugging for fetching probe data | Alexander Kabui |
2021-04-23 | Remove stale comments | BonfaceKilz |
2021-04-20 | refactor code for iterating mrna tissue data | Alexander Kabui |
2021-04-19 | Removed unused code | zsloan |
2021-03-17 | Added the RRID urls for mouse and rat to webqtlConfig | zsloan |
2021-03-03 | Checked if pre_publication_description is NULL, because there was an error re... | zsloan |
2021-02-18 | Changed DEFAULT_PERMISSIONS AND SUPER_PERMISSIONS to not have permissions be ... | zsloan |
2021-02-18 | Fixed missing colon | zsloan |
2021-02-18 | Fixed checking permissions in trait.py | zsloan |
2021-02-18 | Fixed SUPER_PRIVILEGES and DEFAULT_PRIVILEGES | zsloan |
2021-02-11 | Removed some log statements | zsloan |
2021-02-11 | Ensure trait description_display is set | zsloan |
2020-12-07 | Changed the logic in create_trait so that permissions should always be set, a... | zsloan |
2020-12-01 | Merge pull request #482 from zsloan/feature/corr_table_changes | zsloan |
2020-11-18 | Fixed issue where the cofactor trait descriptions didn't work correctly | zsloan |
2020-11-18 | Fixed issue that was causing scatterplot cofactors to not work if the | zsloan |
2020-11-11 | Switched checking if a trait is confidential to checking if it has a pubmed I... | zsloan |
2020-11-03 | Changed the syntax for the "sort" function in the docstring of GeneralObject ... | zsloan |