Age | Commit message (Collapse) | Author |
|
displayed on mapping loading page
|
|
|
|
|
|
|
|
|
|
covariates and permutation/bootstrap numbers
|
|
|
|
also removed a console.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The log adds unnecessary noise in addition to creating unwanted
side-effects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when a trait is correlated against itself - before the 0.999... was preventing it from switching to calculating Spearman for the values above the diagonal in the correlation matrix
|
|
|
|
the same trait name; instead use combo of trait name and dataset name as the edge IDs
|
|
Rules used are:
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,E242,
E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,
E401,E501,E70,E701,W291,W292,W293,W391,W504,E101,E11,E121,
E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
adding it back
|
|
|
|
an error
|
|
|
|
|
|
|
|
See: https://is.gd/pL7IJF
Ran:
find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
|
|
* wqflask/base/trait.py (jsonable_table_row): Delete it.
|
|
* wqflask/base/data_set.py (Dataset.get_accession_id): Delete it.
|
|
|
|
* wqflask/base/data_set.py (riset): Delete class method.
|
|
@dataclasses should be used to hold only data. Since dataset only
encapsulates data, re-writing it using a dataclass makes it more
readable and easier to follow.
|
|
|