aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlFormData.py
AgeCommit message (Collapse)Author
2018-04-09Removed svg.py, which I know isn't used, and webqtlFormData, which I'm ↵zsloan
pretty sure also isn't used any more. Also removed some other unused code from the files listed
2018-04-09Removed unused code from webqtlFormData.pyzsloan
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-04-20[PATCH 037/100] WebQtlConfig: sanitizing naming and used varsPjotr Prins
2015-03-26Removed several unused files from the base folder and their references in ↵zsloan
other files
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-10-24Now builds json datastructure for menus correctlyZachary Sloan
2012-09-28Removed show_trait_page.py and moved relevant code over to ↵Zachary Sloan
DataEditingPage.py (though the user security stuff still needs to be moved over)
2012-09-25Got trait data page running for human dataset, changed list of sample ↵Zachary Sloan
objects to a SampleList object
2012-09-25Fixed issue with parent strains appearing twice and began replacing variable ↵Zachary Sloan
names (strain -> sample, for example)
2012-09-14Got the dynamic javascript stats table workingZachary Sloan
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-09-07Worked with passing form data to correlation pageZachary Sloan
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-06-03Now using modified webqtlformdata for trait analysisSam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman