Age | Commit message (Expand) | Author |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2021-04-30 | autopep8: Fix E20-E27...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
| 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 |
2020-08-19 | Fix dictionary iteration methods...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>
| 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-23 | Created file correlation_plot.py for the correlation scatterplot...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
| Zachary Sloan |
2013-04-18 | The plink_input is split into chunks that are stored in temp_data, but...we might decide to store it differently
| Zachary Sloan |
2013-04-17 | Created file with pickled SNPIterator (from input.py) data...for HLC datasets
Still need to read in file
| Zachary Sloan |
2013-04-05 | Loading bar now correctly shows the time to completion...and the code seems to run correctly
| Zachary Sloan |
2013-03-07 | Have first 45% of progress bar working...Changed "threaded" to True in runserver.py; this fixed issue
related to getting progress bar to work
| Zachary Sloan |
2013-03-07 | Created file temp_data to store data related to progress...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
| Zachary Sloan |