aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2012-10-10Committing before removing some attempted validation code for the trait data ↵Zachary Sloan
page
2012-10-09Used tidyp to improve/beautify index_page.htmlZachary Sloan
2012-10-09Removed error related to LEFT in the html of index_page.htmlZachary Sloan
2012-10-09Changed button and text field/dropdown appearanceZachary Sloan
2012-10-09Downloaded bootstrap and added it to base.htmlZachary Sloan
Made a few more changes to search_results.py code
2012-10-09Fixed parser for two regular (no parenthesis, =, or :) in a rowZachary Sloan
Began improving and rewriting portions of search_results.py
2012-10-09Wrote coffeescript for the functions Hide No Value, Reset, and Hide OutliersZachary Sloan
Added data attribute to input fields to store the original value for the Reset function Began replacing search_results.py parsing code with parser.py's parse function
2012-10-05Parsing code can now split input into key (GO, LRS, etc), seperator (=, :)Zachary Sloan
and value (the numbers, etc to the right of the = or :
2012-10-05Worked on rewriting search page parsing code.Zachary Sloan
Downloaded jquery validation code to use with the block index feature on the trait data page (as well as others in the future).
2012-10-05Began changes to search result page python codeZachary Sloan
2012-10-03Finishing getting the exclude by attribute value function workingZachary Sloan
2012-10-03Changed css classes used in trait data table and wrote coffeescript code thatZachary Sloan
grabs the list of samples with an attribute value matching the value the user chose to exclude by. Added HTML5 data properties to table cells as data-column_name to use when excluding samples.
2012-10-02Finished getting the dropdowns for the black samples by attribute value ↵Zachary Sloan
function working
2012-10-02Renamed trait_data_and_analysis.html to show_trait.html, DataEditingPage.py ↵Zachary Sloan
to show_trait.py, and trait_data_and_analysis.coffee to show_trait.coffee
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-28Moved SampleList to its own file and eliminated the +/- and SE columns when ↵Zachary Sloan
there are no SE values
2012-09-28Finished getting extra attributes to display correctly in the trait data tableZachary Sloan
2012-09-27Worked on getting attributes in the SampleList object to display data ↵Zachary Sloan
properly, changed SampleList from an object list to object
2012-09-26Worked on implementing the extra attributes feature on the trait data pageZachary Sloan
2012-09-25Got trait data page running for human dataset, changed list of sample ↵Zachary Sloan
objects to a SampleList object
2012-09-25Continued renaming variables/functionsZachary Sloan
2012-09-25Fixed issue with parent strains appearing twice and began replacing variable ↵Zachary Sloan
names (strain -> sample, for example)
2012-09-20Further simplified stats table coffeescript codeZachary Sloan
2012-09-20Simplified stats table coffeescript codeZachary Sloan
2012-09-20Added headers to the trait data/analysis tablesZachary Sloan
2012-09-20Put the tables in the trait data/analysis page side by sideZachary Sloan
2012-09-20Created a class in coffeescript for stats and got several to display dynamicallyZachary Sloan
2012-09-19Made pearson/spearman options disappear if lit correlation is chosen, began ↵Zachary Sloan
to address how to deal with Trait object in CorrelationPage
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-14Added standard deviation to stats tableZachary Sloan
2012-09-14Got median working in the javascript stats tableZachary Sloan
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-09-06Put the correlation tool options into the template and wrote some coffee ↵Zachary Sloan
script to automatically change the description text below.
2012-09-05Simplified/improved part of data editing page that calls correlation codeZachary Sloan
2012-08-29Fixed so that outliers are now correctly highlightedZachary Sloan
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-24Cleaned code some and finished fixing issue with parent strains in the ↵Zachary Sloan
strain/value table
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
2012-08-23Merge branch 'flask' of https://github.com/OriginalPenguin/genenetwork into ↵Zachary Sloan
flask
2012-08-23Various minor changesZachary Sloan
2012-08-23Version with official config supportSam Ockman
2012-08-13news is now workingSam Ockman
2012-08-13Added whats_new templateSam Ockman
2012-08-13Small javascript changesSam Ockman
2012-07-22n of samples workingSam Ockman
2012-07-22mean finally working?Sam Ockman