aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/webqtlUtil.py
AgeCommit message (Expand)Author
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27...Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3 BonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-23Use Python3 string methods...* wqflask/utility/webqtlUtil.py (genRandStr): Replace "string.letters" with "string.ascii_letters". BonfaceKilz
2020-08-19Remove extra whitespace(or add it) from comma separated items...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> BonfaceKilz
2020-08-19Wrap `map()` in a `list` call...Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> BonfaceKilz
2019-10-18Fixed issue with collections orderingzsloan
2019-05-06Removed some unused imports of htmlgen...Fixed a bug that sometimes occurred in search results Changed order of items on index page zsloan
2018-04-10Most code in webqtlUtil.py has been removed. There is so little left that the......Some of this code was in the correlation code but not being used, so it wss removed from there as well. zsloan
2018-04-09Removed svg.py, which I know isn't used, and webqtlFormData, which I'm pretty......Also removed some other unused code from the files listed zsloan
2018-04-09Fixed issue that caused and error for certain types of mapping due to variabl......Removed a bunch of unused statistical functions from Plot.py and webqtlUtil.py. I figure that if we ever need them again, there's probably some third party library that includes them. Also removed unused file AJAX_table.py and other unused code from several other files zsloan
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2016-05-10Correlation successfully uses materialized views and parallel processing, but......Changed order of mapping options to display Interval Mapping first Changed some links to no longer open in new tab/window zsloan
2015-06-29Merge pull request #72 from lomereiter/issue69...Fixes #69zsloan
2015-06-18removed unused functionArtem Tarasov
2015-06-18add missing line to webqtlUtilArtem Tarasov
2014-07-18Added outlier highlighting...Changed order of tabs in statistics panel on trait page Started working on heatmap Zachary Sloan
2012-08-28Various changes related to the webqtlCaseData object and the way values/varia...Zachary Sloan
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman