aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set/datasetgroup.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-06-20 08:11:04 +0300
committerFrederick Muriuki Muriithi2023-06-20 13:36:50 +0300
commit8f3b998db0698298f828698e93e1f8f19a9c23d7 (patch)
tree7655b52d0f5f7c42e75236d4942eef8e255a7508 /wqflask/base/data_set/datasetgroup.py
parent24450cd319ad3bc43f119933cd9d6cf165bc4682 (diff)
downloadgenenetwork2-8f3b998db0698298f828698e93e1f8f19a9c23d7.tar.gz
Restore configuration variables' names
The names had been changed when refactoring the code but can now be restored.
Diffstat (limited to 'wqflask/base/data_set/datasetgroup.py')
-rw-r--r--wqflask/base/data_set/datasetgroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set/datasetgroup.py b/wqflask/base/data_set/datasetgroup.py
index a44cf18d..7c3301fe 100644
--- a/wqflask/base/data_set/datasetgroup.py
+++ b/wqflask/base/data_set/datasetgroup.py
@@ -129,7 +129,7 @@ class DatasetGroup:
return study_samples
def get_genofiles(self):
- jsonfile = "%s/%s.json" % (get_setting(app, "WEBQTL_GENODIR"), self.name)
+ jsonfile = "%s/%s.json" % (get_setting(app, "GENODIR"), self.name)
try:
f = open(jsonfile)
except: