From 8f3b998db0698298f828698e93e1f8f19a9c23d7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 20 Jun 2023 08:11:04 +0300 Subject: Restore configuration variables' names The names had been changed when refactoring the code but can now be restored. --- wqflask/base/data_set/datasetgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/base/data_set/datasetgroup.py') 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: -- cgit v1.2.3