From b1a255c0990641fb4b4b8682eae3589bf0d3abb3 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 31 Oct 2016 21:02:53 +0000 Subject: Use existing GENODIR - the metadata can be stored there, next to the .geno files. --- wqflask/wqflask/show_trait/show_trait.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/show_trait/show_trait.py b/wqflask/wqflask/show_trait/show_trait.py index 9a695d8e..8aff5482 100644 --- a/wqflask/wqflask/show_trait/show_trait.py +++ b/wqflask/wqflask/show_trait/show_trait.py @@ -1265,7 +1265,7 @@ def get_nearest_marker(this_trait, this_db): #return result[0][0], result[1][0] def get_genofiles(this_trait): - jsonfile = "%s/%s.json" % (get_setting('GENOFILE_META'), this_trait.dataset.group.name) + jsonfile = "%s/%s.json" % (webqtlConfig.GENODIR, this_trait.dataset.group.name) try: f = open(jsonfile) except: -- cgit v1.2.3