aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/genofile_parser.py
AgeCommit message (Collapse)Author
2021-04-29Run `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-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2018-04-09Fixed issue that caused and error for certain types of mapping due to ↵zsloan
variable not being initialized 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
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2016-04-20Parsing the names of the individuals, and coding H as -999DannyArends
2016-04-20Adding the geno file parser from ZachDannyArends