aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
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)
2012-12-05Continued to make changes related to getting rid of cursor/db_connZachary Sloan
and using simple sqlalchemy Got Pheno/MrnaAssay dataset searches working again
2012-11-30Got searches working for RANGE and MEAN commandsZachary Sloan
Created a file where renamed variables will be listed for future reference
2012-11-21Changed parser to allow for bother square brackets and parenthesesZachary Sloan
Changed show_trait.coffee to get the stats table working again Still need to get stats table to work with changed values
2012-11-01Began integrating do_search.py's DoSearch object into search_results.py,Zachary Sloan
with simple searches returning correct results Still need to make results display in the table Sam also did some work with the bootstrap styling
2012-10-25Created header and set defaults for the search dropdown optionsZachary Sloan
2012-10-23Finished coffeescript that handles the home page dataset selection dropdownsZachary Sloan
2012-10-19Finished gen_select_dataset.py which generates the json file that defines theZachary Sloan
data structure used for the index page select dropdowns
2012-10-09Used tidyp to improve/beautify index_page.htmlZachary Sloan
2012-09-25Fixed issue with parent strains appearing twice and began replacing variable ↵Zachary Sloan
names (strain -> sample, for example)
2012-09-19Created correlation page template file, changed the form value name for ↵Zachary Sloan
pearson/spearman option, and put fd in CorrelationPage.py as self.__dict__
2012-09-13Worked on improving readData and informativeStrains functions in ↵Zachary Sloan
webqtlFormData while trying to get correlation page running
2012-09-12Worked towards correctly passing form data to correlation page and addressed ↵Zachary Sloan
various bugs that arose while doing so
2012-08-28Various changes related to the webqtlCaseData object and the way ↵Zachary Sloan
values/variances/num_cases are called in DataEditingPage.py
2012-08-24Got the show/hide outliers button working and began fixing the issue where ↵Zachary Sloan
parents appeared twice in the strain list
2012-08-23Made some minor changes to trait data and analysis page templateZachary Sloan