Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-03 | Update glossary template with markdown content | BonfaceKilz | |
2020-11-03 | Rename glossary.py to markdown_routes.py | BonfaceKilz | |
Evary page with markdown content will have routes added in markdown_routes.py * markdown_routes.py: New file. * wqflask/wqflask/glossary.py: Delete it. * wqflask/wqflask/__init__.py: Update import. | |||
2020-11-03 | Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵ | Alexanderlacuna | |
test-showtrait | |||
2020-11-03 | remove unnecessary comments | Alexanderlacuna | |
2020-11-03 | add pep8 formatting | Alexanderlacuna | |
2020-11-03 | add tests for the get_categorical_variables function | Alexanderlacuna | |
2020-11-03 | Remove encoding header for file | BonfaceKilz | |
In python3 the default encoding is utf-8 so this is redundant. | |||
2020-11-03 | Separate unittests from integration tests | BonfaceKilz | |
2020-11-03 | Add test for "/glossary" route | BonfaceKilz | |
2020-11-03 | Add glossary template and use it | BonfaceKilz | |
2020-11-03 | Add and register glossary blueprint | BonfaceKilz | |
2020-11-03 | Apply PEP-8 to file | BonfaceKilz | |
* wqflask/wqflask/__init__.py: Remove unused import and variables. Also add module docstring and pylint errors to ignore. (before_request): Use correct spacing. | |||
2020-11-03 | switch from assertFalse to assertIs | Alexanderlacuna | |
2020-11-03 | switch from assertTrue/False to assertIs to make the tests tighter | Alexanderlacuna | |
2020-11-03 | use assertTrue and assertFalse in while testing boolean | Alexanderlacuna | |
2020-11-02 | Merge pull request #476 from zsloan/correlation_errors_fix | zsloan | |
Correlation errors fix | |||
2020-11-02 | Created function for encoding the column value as bytes when fetching from ↵ | zsloan | |
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 | |||
2020-11-02 | Changed correlation page logic to skip over traits that share fewer than 6 ↵ | zsloan | |
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 | |||
2020-11-02 | add better formatting | Alexanderlacuna | |
2020-11-02 | add function docstring | Alexanderlacuna | |
2020-11-02 | add tests for show trait module | Alexanderlacuna | |
2020-11-01 | replace var with let in getParams() local variables | uditgulati | |
2020-11-01 | add pagination to show_trait tables and reduce css post processing for ↵ | uditgulati | |
faster table loading | |||
2020-11-01 | add server side processing to search table (/search and search_result_page.html) | uditgulati | |
2020-11-01 | change arguments for ServerSideTable class | uditgulati | |
2020-11-01 | add row highlight on checkbox checked state | uditgulati | |
2020-11-01 | update class name to ServerSideTable and add docstring | uditgulati | |
2020-11-01 | replace var to let for variables in loops | uditgulati | |
2020-11-01 | make the page more color consistent | uditgulati | |
2020-11-01 | fix issue when empty_filed_count is not claculated | uditgulati | |
2020-11-01 | move SnpPage to a generic class ServerSide | uditgulati | |
2020-11-01 | cell rendering cannot be in columnDef, optimised createdRow | uditgulati | |
2020-11-01 | remove debug log | uditgulati | |
2020-11-01 | remove createdRow callback and move color rendering to column defs to ↵ | uditgulati | |
speedup rendering | |||
2020-11-01 | fix issue with column sort; put 'Gene' column data in one line | uditgulati | |
2020-11-01 | server side processing working for snp browser | uditgulati | |
2020-11-01 | add server side processing due to large tables in DataTables; work on ↵ | uditgulati | |
server-side processing API pending for sorting, paging etc | |||
2020-11-01 | export only checked rows to csv; update csv file name | uditgulati | |
2020-11-01 | add export to CSV button to export current page | uditgulati | |
2020-11-01 | rotate strain headers 270 deg | uditgulati | |
2020-11-01 | align numeric data values to right, categorial values to center | uditgulati | |
2020-11-01 | reduce gap between first and second column in form | uditgulati | |
2020-11-01 | 500 rows per page for DataTables | uditgulati | |
2020-11-01 | fix typo in check_if_in_gene function while querying for species_id = 0 | uditgulati | |
2020-11-01 | add DataTables pagination | uditgulati | |
2020-11-01 | make stains headers names horizontal | uditgulati | |
2020-10-31 | Removed a line adding the ceiling of the Max LRS to the Y axis, since it has ↵ | zsloan | |
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 | |||
2020-10-31 | remove redundant classes | Alexanderlacuna | |
2020-10-31 | use descriptive variable names | Alexanderlacuna | |
2020-10-31 | Use more descriptive variable and class names | Alexanderlacuna | |