| Age | Commit message (Collapse) | Author | 
|---|
|  | (that was moved to correlation_gn3_api.py, which will probably be renamed at some point) and only include the code generating the table JSON and some template variables | 
|  | to docstring | 
|  | returned from the GN3 API correlation code | 
|  | in show_corr_results for setting other template vars (might change this later) | 
|  |  | 
|  | rpy2 and is currently disabled | 
|  |  | 
|  | they use rpy2 | 
|  |  | 
|  |  | 
|  | this was introduced by Python3 | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | ZipFile writestr in Python 3 | 
|  |  | 
|  |  | 
|  | changed the width of the checkbox cell to be smaller | 
|  | Description columns (so they can adjust with the window width) and increased the amount of text displayed | 
|  | headers sometimes aren't aligned with rows + change width of checkbox column | 
|  | headers sometimes aren't aligned with rows + change width of checkbox column | 
|  | Feature/add scroller gsearch | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Right now, only changed data is submitted from JavaScript. | 
|  |  | 
|  |  | 
|  | Author:    jgart <jgart@dismail.de>
Date:      Fri Jun 4 22:12:35 2021 +0000 | 
|  |  | 
|  | issue where locus_chr and locus_mb pointing to the wrong positions in the query results | 
|  |  | 
|  | disables the server-side processing, since that was assuming pagination and caused slow-downs when scrolling or sorting (likely because it's acting as if the full list of results are one page) | 
|  | max_lrs_text) clearer and more consistent, and fixed issue where an error would be thrown if this_trait['locus_chr'] or this_trait['locus_mb'] was None (it's unnecessary to pass those values to the template to begin with, since they're just used to set this_trait['max_lrs_text'] | 
|  |  | 
|  | longer | 
|  |  | 
|  | of the trait table width, to avoid the border overlapping with the table | 
|  |  | 
|  | When a form element changes, it's marked as changed. Only input
elements with "changed" get submitted. Since we need to submit the
"hidden" input fields, we add "changed" to them anyways. | 
|  | We only submit form elements that have changed, and use that to update
the relevant tables. See: https://stackoverflow.com/a/5221915 | 
|  |  | 
|  | guessing because it appeared to not be used, but it actually is used because it includes the collection endpoints | 
|  | Use GN3 API for R/qtl |