about summary refs log tree commit diff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/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 5603fe2e..68a2a185 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -91,7 +91,7 @@ class Dataset_Types(object):
                     for dataset in data['datasets'][species][group][dataset_type]:
                         #print("dataset is:", dataset)
                         
-                        short_dataset_name = dataset[0]
+                        short_dataset_name = dataset[1]
                         if dataset_type == "Phenotypes":
                             new_type = "Publish"
                         elif dataset_type == "Genotypes":