From 88e56cb99243082ba609290c8eba61e08c02eb2c Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 24 Oct 2019 11:53:55 -0500 Subject: Changed logic for generating drop-downs such that it shows the correct Phenotypes name when there's no accession ID --- wqflask/base/data_set.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/base') diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 4df47083..16720656 100644 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -346,7 +346,7 @@ class DatasetGroup(object): def get_samplelist(self): result = None - key = "samplelist:v2:" + self.name + key = "samplelist:v3:" + self.name if USE_REDIS: result = Redis.get(key) -- cgit v1.2.3