Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
some corresponding imports
|
|
|
|
column resizing on global search pages
|
|
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
|
|
for all of them, among other minor changes
|
|
select top)
Search table and Select Top options added to global and regular search pages
|
|
Made some more changes/improvements to various tables throughout the site
|
|
more issues to resolve, like setting initial column width
|
|
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.
|
|
added informative tooltips and error bars
|
|
* z scores are computed on the client side (using jStat library)
* added Shapiro-Wilk test results
|
|
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
|
|
Started creating probability plot for show trait page
Added outlier detection message when user does mapping
|
|
adding the correlation matrix page
|
|
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
|
|
|
|
for all of our genofiles
|
|
Downloaded jquery validation code to use with the block index feature
on the trait data page (as well as others in the future).
|
|
|