aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
authorLei Yan2013-05-08 22:16:26 +0000
committerLei Yan2013-05-08 22:16:26 +0000
commitb4371ef0d96605187b7474e7e4844dbebab67d8b (patch)
tree14b68ddaa9916494551c4306c63b1a7719f7d993 /wqflask/base/trait.py
parent34312cfacdcb5af450d33ac3b54d7c01a6a61788 (diff)
downloadgenenetwork2-b4371ef0d96605187b7474e7e4844dbebab67d8b.tar.gz
Worked on correlation page
Wrote function in dataset.py that gets all the traits in a dataset and their sample values
Diffstat (limited to 'wqflask/base/trait.py')
-rwxr-xr-xwqflask/base/trait.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index 2af4bc24..7c1c035c 100755
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -208,7 +208,7 @@ class GeneralTrait:
# ''' % (self.cellid, self.name, self.dataset.name)
#
#else:
- results = self.dataset.retrieve_sample_data(self)
+ results = self.dataset.retrieve_sample_data(self.name)
# Todo: is this necessary? If not remove
self.data.clear()