aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/static/new/packages
AgeCommit message (Collapse)Author
2016-02-25fixed untracked fileszsloan
2016-02-11Updated jquery validation plugin, now works in IEzsloan
Fixed a couple minor html syntax erors in login_user.html and base.html Changed export button on correlation page to csvHtml5, but still has problem with commas in fields being interpreted as a new column
2016-01-26Removed a bunch of files/directories/packages that are no longer used and ↵zsloan
some corresponding imports
2015-10-07Adding library for slider used with correlation toolzsloan
2015-10-05Correlation Matrix page is partially complete + fixed some issues with ↵zsloan
column resizing on global search pages
2015-08-14Added csv download button to search result table; still need to add to otherzsloan
tables and later attach its functionality to the existing Download Table button Fixed an issue where rows wouldn't uncheck with backspacing in Select Top text area; the last commit just fixed the highlighting, not the checkboxes Some changes in progress towards trying to fix the additive effect issue; the problem is that the lod_chart.js code writes each chromosome as one d3 path, so I can't change the color for individual segments within that path. I'll have to completely change the way the path is drawn for the additive effect
2015-08-12Fixed global and regular search so that resizing/reordering columns works ↵zsloan
for all of them, among other minor changes
2015-08-11Highlighting works for all trait selection options (select all, invert, ↵zsloan
select top) Search table and Select Top options added to global and regular search pages
2015-08-04Fixed additive effect for lodchartzsloan
Made some more changes/improvements to various tables throughout the site
2015-07-23Committing most recent changes to tables so Lei can pull; still have a few ↵zsloan
more issues to resolve, like setting initial column width
2015-07-20Fixed the code that generates the dataset selection drop-down for correlationszsloan
Made changes to the tables of correlation results, collections, and search results: - Added resizeable columns to correlation results and collections, but not to search results because it seems that it requires Y scrolling to be set (I'll check if it makes sense to add scrolling to the search results) - Correlation results and collections are now in scrolling tables - The style is the same across all of these tables now Remaining issues: - It doesn't seem like I can set the column width when initializing dataTables in correlation results. I don't know why this is; it might be due to the table already being the size of a full page. I want to be able to default to some good widths, even if the user can resize them - I tried adding hoverForMore, but it doesn't seem to cooperate with datatable cells; I think this is due to having to put the text in a div.
2015-05-26use NVD3 for bar chartsArtem Tarasov
added informative tooltips and error bars
2015-05-23new probability plot (using NVD3 library)Artem Tarasov
* z scores are computed on the client side (using jStat library) * added Shapiro-Wilk test results
2014-09-22Adding the port as a parameter to runserver; this should just be temporary untilZachary Sloan
I figure out how to get it to read the port from the config file instead Using runserver.py instead of secure_server.py because of an error with the latter that I haven't figured out how to fix yet Improved the appearance of several of the tables
2014-07-14Made interval map zoom look betterZachary Sloan
Started creating probability plot for show trait page Added outlier detection message when user does mapping
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2014-01-24Added natural sort to sort the index column for the sample data inZachary Sloan
the trait page Hid the Quick Search on the index page until it is working well. Started writing a file to run the pyLMM code in the background to avoid memory issues/timing out
2013-11-25Got the interval mapping results into a tableZachary Sloan
2013-02-13Got results displaying for BXD and fixed genofile_parser.py to workZachary Sloan
for all of our genofiles
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-07-05Added DataTablesSam Ockman