Age | Commit message (Collapse) | Author |
|
|
|
|
|
target_trait['location'] for correlations against genotypes
|
|
take dataset as an optional argument (to avoid having to pointlessly create it)
|
|
pass around the whole dataset object
|
|
|
|
(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
|