Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz | |
2021-04-29 | Run `sed -i 's/(object)//g'` | BonfaceKilz | |
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g' | |||
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | |||
2016-06-18 | Changed file permssions to non-executable | 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-26 | Added file that checks how much time is added to a loop's runtime by print ↵ | Zachary Sloan | |
statements Continued work on file that processes each individual chunk of the snp iterator/plink input |