diff options
author | Pjotr Prins | 2018-09-15 09:01:13 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-15 09:01:13 +0000 |
commit | 0b88b9afd30a4afec910ae057f8d9dbfddd5c83b (patch) | |
tree | ba05604bd7908b1ed1123e3e35ac266fa950833b /etc | |
parent | dd12fbe6d9a429d29e676c7a6c50c13b56899cc9 (diff) | |
parent | ec45dcbd4b61d51eff27e67d437bcdfad126580f (diff) | |
download | genenetwork2-0b88b9afd30a4afec910ae057f8d9dbfddd5c83b.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default_settings.py b/etc/default_settings.py index da8cbb7c..3e54ad1f 100644 --- a/etc/default_settings.py +++ b/etc/default_settings.py @@ -77,7 +77,7 @@ USE_GN_SERVER = 'False' # Use GN_SERVER SQL calls HOME = os.environ['HOME'] # ---- Default locations -GENENETWORK_FILES = HOME+"/gn2_data" # base dir for all static data files +GENENETWORK_FILES = HOME+"/genotype_files" # base dir for all static data files # ---- Path overrides for Genenetwork - the defaults are normally # picked up from Guix or in the HOME directory |