diff options
author | Alexander Kabui | 2021-10-29 09:49:28 +0300 |
---|---|---|
committer | GitHub | 2021-10-29 09:49:28 +0300 |
commit | 8f036415975d6e224e5e94277997329c0f1fa159 (patch) | |
tree | abc1e4b8578fad0cc934b334edc5c573a4bd6d20 /gn3/settings.py | |
parent | 0cfff99e22155b6b15e23cbeff596f5f8f08709c (diff) | |
download | genenetwork3-8f036415975d6e224e5e94277997329c0f1fa159.tar.gz |
Feature/biweight reimplementation (#47)
* add biweight reimplementation with pingouin
* delete biweight scripts and tests
* add python-pingouin to guix file
* delete biweight paths
* mypy fix:pingouin mising imports
* pep8 formatting && pylint fixes
Diffstat (limited to 'gn3/settings.py')
-rw-r--r-- | gn3/settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index d5f1d3c..e85eeff 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -22,9 +22,6 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False GN2_BASE_URL = "http://www.genenetwork.org/" -# biweight script -BIWEIGHT_RSCRIPT = "~/genenetwork3/scripts/calculate_biweight.R" - # wgcna script WGCNA_RSCRIPT = "wgcna_analysis.R" # qtlreaper command |