| Age | Commit message (Collapse) | Author |
|
test-showtrait
|
|
|
|
|
|
|
|
In python3 the default encoding is utf-8 so this is redundant.
|
|
|
|
|
|
|
|
|
|
* wqflask/wqflask/__init__.py: Remove unused import and
variables. Also add module docstring and pylint errors to ignore.
(before_request): Use correct spacing.
|
|
|
|
|
|
|
|
Correlation errors fix
|
|
the JSON-formatted string pulled from Redis (since this was needed after the Python 3 switchover)
* wqflask/utility/redis_tools.py - Created function load_json_from_redis that encodes the key (column_value) when fetching a value from the JSON pulled from Redis
|
|
samples + traits that user doesn't have permission to access
* wqflask/wqflask/correlation/show_corr_results.py - Moved the num_overlap check so that it never attempts to calculate the correlation if it's too low + checked if trait_object is None in the main loop (since it would be returned as None if the user doesn't have permissions
|
|
|
|
|
|
|
|
|
|
faster table loading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
speedup rendering
|
|
|
|
|
|
server-side processing API pending for sorting, paging etc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the potential to cause an axis tick to appear above the figure
* wqflask/wqflask/marker_regression/display_mapping_results.py - Removed a line adding the ceiling of the max LRS/LOD value to the Y axis
|
|
|
|
|
|
|
|
|
|
test-branch
|