aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/species.py
AgeCommit message (Expand)Author
2022-09-08Replace g.db with database_connection() context managerMunyoki Kilyungi
2021-05-05base: species: Remove redundant assignmentBonfaceKilz
2021-05-05base: chromosomes: Fetch the chromosomes lazilyBonfaceKilz
2021-05-05base: species: Rewrite Chromosomes using a dataclassBonfaceKilz
2021-05-05base: species: Rewrite IndChromosome using a dataclassBonfaceKilz
2021-05-05base: trait: Remove logging informationBonfaceKilz
2021-05-05base: species: Rewrite TheSpecies class using a dataclassBonfaceKilz
2021-05-05base: species: Remove unused importBonfaceKilz
2021-05-05base: species: Format SQL queriesBonfaceKilz
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27BonfaceKilz
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
2020-08-27Remove unused importsBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
2018-10-11- Added fix for GEMMA LOCOzsloan
2018-04-06Mapping figure output now gives more accurate informationzsloan
2016-06-23Logger: SQLPjotr Prins
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2014-06-25Added Karl's correlation matrix codeZachary Sloan
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
2013-06-26Got code that creates DataSets object runningZachary Sloan
2013-04-09Nick's code works fine with human dataZachary Sloan
2013-03-12Got cashing working with pickleZachary Sloan
2013-01-08Created IndChromosome class in species.py and wrote functions forZachary Sloan
2013-01-08Deleted some unnecessary code in marker_regression.py and fixed some bugsZachary Sloan
2013-01-03Began working on marker_regression.py and created Chromosomes classZachary Sloan
2012-12-18Created new file species.py and species class object TheSpeciesZachary Sloan