aboutsummaryrefslogtreecommitdiff
path: root/etc/default_settings.py
diff options
context:
space:
mode:
authorzsloan2018-08-14 17:19:46 +0000
committerzsloan2018-08-14 17:19:46 +0000
commit18ef3e74e7e898cbec200b7ed18b83db26741b62 (patch)
tree30d14a092f7e34e0e00087dedf81fe53d12869d6 /etc/default_settings.py
parentb964a8b732c1066978ce88073c009803f36a9173 (diff)
downloadgenenetwork2-18ef3e74e7e898cbec200b7ed18b83db26741b62.tar.gz
Added cofactors to correlation scatterplot and changed it to use Plotly
Added Phenogen track to mapping results Added comparison bar chart figure Simplified global search to not build trait/dataset objects, which speeds thing up considerably Fixed correlation matrix to correctly deal with 0 values Fixed issue where anonymous collections couldn't be created if none already existed
Diffstat (limited to 'etc/default_settings.py')
-rw-r--r--etc/default_settings.py2
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