Age | Commit message (Expand) | Author |
---|---|---|
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 |
2018-04-09 | Fixed issue that caused and error for certain types of mapping due to variabl......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 | zsloan |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins |
2016-04-20 | Parsing the names of the individuals, and coding H as -999 | DannyArends |
2016-04-20 | Adding the geno file parser from Zach | DannyArends |