diff options
author | Alexander Kabui | 2021-06-23 10:18:54 +0300 |
---|---|---|
committer | Alexander Kabui | 2021-06-23 10:18:54 +0300 |
commit | fed7009b5eec9cc8b9370d4fb8486c7e4136b3d4 (patch) | |
tree | 6e1decbe45fe98d212ab976a57cbba246c8a54a3 /gn3/settings.py | |
parent | 3cc3cf68c2dcbdc2cd496f8e2728a59fbb6614e6 (diff) | |
download | genenetwork3-fed7009b5eec9cc8b9370d4fb8486c7e4136b3d4.tar.gz |
minor fixes for biweight script
Diffstat (limited to 'gn3/settings.py')
-rw-r--r-- | gn3/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 770ba3d..f4866d5 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -23,4 +23,4 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False GN2_BASE_URL = "http://www.genenetwork.org/" # biweight script -BIWEIGHT_RSCRIPT = "~/genenetwork3/script/calculate_biweight.R" +BIWEIGHT_RSCRIPT = "~/genenetwork3/scripts/calculate_biweight.R" |