Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz | |
2020-08-23 | Use Python3 string methods | BonfaceKilz | |
* wqflask/utility/webqtlUtil.py (genRandStr): Replace "string.letters" with "string.ascii_letters". | |||
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | |||
2020-08-19 | Wrap `map()` in a `list` call | BonfaceKilz | |
Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> | |||
2019-10-18 | Fixed issue with collections ordering | zsloan | |
2019-05-06 | Removed some unused imports of htmlgen | zsloan | |
Fixed a bug that sometimes occurred in search results Changed order of items on index page | |||
2018-04-10 | Most code in webqtlUtil.py has been removed. There is so little left that ↵ | zsloan | |
the remaining could should be migrated to the files that use them at some point. Some of this code was in the correlation code but not being used, so it wss removed from there as well. | |||
2018-04-09 | Removed svg.py, which I know isn't used, and webqtlFormData, which I'm ↵ | zsloan | |
pretty sure also isn't used any more. Also removed some other unused code from the files listed | |||
2018-04-09 | Fixed issue that caused and error for certain types of mapping due to ↵ | zsloan | |
variable not being initialized 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 | |||
2016-06-18 | Changed file permssions to non-executable | Pjotr Prins | |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins | |
2016-05-10 | Correlation successfully uses materialized views and parallel processing, ↵ | zsloan | |
but for some reason is taking an immense amount of time so need to troubleshoot that Changed order of mapping options to display Interval Mapping first Changed some links to no longer open in new tab/window | |||
2015-06-29 | Merge pull request #72 from lomereiter/issue69 | zsloan | |
Fixes #69 | |||
2015-06-18 | removed unused function | Artem Tarasov | |
2015-06-18 | add missing line to webqtlUtil | Artem Tarasov | |
2014-07-18 | Added outlier highlighting | Zachary Sloan | |
Changed order of tabs in statistics panel on trait page Started working on heatmap | |||
2012-08-28 | Various changes related to the webqtlCaseData object and the way ↵ | Zachary Sloan | |
values/variances/num_cases are called in DataEditingPage.py | |||
2012-06-05 | Ran reindent.py recursively on wqflask directory | Sam Ockman | |
2012-05-24 | Trying to get stuff working under new structure | Sam Ockman | |