Age | Commit message (Collapse) | Author |
|
Use the `with` context manager with database connections and cursors
to ensure that they are closed once they are no longer needed.
Where it was not feasible to use the `with` context manager without a
huge refactor/rewrite, the cursors and connections are closed manually.
|
|
|
|
|
|
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
|
|
Edited generate_probesetfreeze_file.py to try running it on the dataset
with incorrect regression lines
|
|
"probesetfreeze data matrix" file corresponding with the
muscle dataset Evan was having trouble with
|