aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/temp_data.py
AgeCommit message (Collapse)Author
2020-08-19Fix dictionary iteration methodsBonfaceKilz
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>
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-04-23Created file correlation_plot.py for the correlation scatterplotZachary Sloan
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
2013-04-18The plink_input is split into chunks that are stored in temp_data, butZachary Sloan
we might decide to store it differently
2013-04-17Created file with pickled SNPIterator (from input.py) dataZachary Sloan
for HLC datasets Still need to read in file
2013-04-05Loading bar now correctly shows the time to completionZachary Sloan
and the code seems to run correctly
2013-03-07Have first 45% of progress bar workingZachary Sloan
Changed "threaded" to True in runserver.py; this fixed issue related to getting progress bar to work
2013-03-07Created file temp_data to store data related to progressZachary Sloan
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