Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | autopep8: Fix E501 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz | |
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 | |||
2018-04-09 | Removed unused code from convert_geno_to_bimbam.py and corestats.py | zsloan | |
2018-04-09 | Removed the basicStatistics directory/contents because nothing there was ↵ | zsloan | |
being used except corestats, which I moved to utility Removed box plot code from Plot.py since we no longer use it either |