Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | |||
2020-08-19 | Fix dictionary iteration methods | BonfaceKilz | |
Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list> | |||
2016-06-18 | Changed file permssions to non-executable | Pjotr Prins | |
2016-06-18 | Disable setting sys.paths | Pjotr Prins | |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins | |
2014-05-05 | Committing a bunch of changes related to integrating GEMMA and | Zachary Sloan | |
adding the correlation matrix page | |||
2013-04-11 | Fixed a bug with quick_search_table.py | Zachary Sloan | |
Edited generate_probesetfreeze_file.py to try running it on the dataset with incorrect regression lines | |||
2013-03-02 | Created generate_probesetfreeze_file to create the | Zachary Sloan | |
"probesetfreeze data matrix" file corresponding with the muscle dataset Evan was having trouble with |