diff options
author | zsloan | 2016-07-27 16:45:17 +0000 |
---|---|---|
committer | zsloan | 2016-07-27 16:45:17 +0000 |
commit | f3ceffa2b031304fd0bc010ca9764585b5f0155e (patch) | |
tree | 733eccb05868dfdbdb1cc18b043f0d97027c9e5d | |
parent | a1000128f0c759d13ff79360922cedab387ca3f8 (diff) | |
download | genenetwork2-f3ceffa2b031304fd0bc010ca9764585b5f0155e.tar.gz |
Problem with phenotype traits should be fixed now
-rw-r--r-- | wqflask/base/data_set.py | 2 |
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): |