aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
AgeCommit message (Collapse)Author
2012-12-07Got basic statistics in show_trait to display the correct numberZachary Sloan
of samples for each group Got show_trait page to display for genotype traits
2012-12-06Made many small changes to show_trait/data_set/search_results/trait toZachary Sloan
remove use of the formData object and cursor
2012-12-05Renamed webqtlTrait.py to trait.pyZachary Sloan
Renamed webqtlTrait class to GeneralTrait Began process of removing fd from show_trait.py Created DatasetGroup object in data_set.py (this may end up becoming its own file later if it becomes big enough)