aboutsummaryrefslogtreecommitdiff
path: root/wqflask/dbFunction
AgeCommit message (Collapse)Author
2016-06-18Changed file permssions to non-executablePjotr Prins
2012-12-04Changed parser to allow quotes (i.e. name="rw williams")Zachary Sloan
Renamed webqtlTrait to GeneralTrait and began rewriting parts Changed database code in many places to use simple sqlalchemy
2012-11-29Changed a number of variables (riset to group, db to dataset)Zachary Sloan
Put most of the code for cisLRS and transLRS searches into the class CisTransLrsSearch (might change this name to something else later) Simplified escape code for searches in do_search.py Got search_results working again after some changes
2012-11-27Created subclass for each main data set type and moved the codeZachary Sloan
for getting trait info that was in search_results.py into its respective class Renamed webqtlDataset to DataSet/create_dataset in webqtlTrait.py, webqtlDatabaseFunction.py, and CorrelationPage.py Got search page running again for mRNA assay data sets with these changes
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman