Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
See: https://is.gd/pL7IJF
Ran:
find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
|
|
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
|
|
Run `2to3-3.8 -f dict -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and
<https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list>
|
|
|
|
|
|
adding the correlation matrix page
|
|
Reverted temp_data.py to previous version that doesn't include
the "part" input (for chunks)
Made change to lmm related to splitting main iterator into chunks
Deleted a bunch of unnecessary commented out code from show_trait.py
|
|
we might decide to store it differently
|
|
for HLC datasets
Still need to read in file
|
|
and the code seems to run correctly
|
|
Changed "threaded" to True in runserver.py; this fixed issue
related to getting progress bar to work
|
|
of the marker regression calculations
Storing progress of kinship matrix calculation in variable as
portion of 45 (the rough percent of total marker regression calculation
time
|