aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2016-07-27 16:45:17 +0000
committerzsloan2016-07-27 16:45:17 +0000
commitf3ceffa2b031304fd0bc010ca9764585b5f0155e (patch)
tree733eccb05868dfdbdb1cc18b043f0d97027c9e5d /wqflask
parenta1000128f0c759d13ff79360922cedab387ca3f8 (diff)
downloadgenenetwork2-f3ceffa2b031304fd0bc010ca9764585b5f0155e.tar.gz
Problem with phenotype traits should be fixed now
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/base/data_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index d0ec3f3c..1b4e1195 100644
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -106,7 +106,7 @@ Publish or ProbeSet. E.g.
new_type = "Geno"
else:
new_type = "ProbeSet"
- self.datasets[short_dataset_name] = new_type
+ self.datasets[short_dataset_name] = new_type
logger.info("datasets",self.datasets)
def __call__(self, name):