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