aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
authorZachary Sloan2013-05-08 22:25:11 +0000
committerZachary Sloan2013-05-08 22:25:11 +0000
commiteddd1badf9b1c84e16f9e461ee9920554ebd8c5a (patch)
treea77538491eb672cbc74276a896a3ce5806b41222 /wqflask/base/trait.py
parentad95e4f03ea5c5f7ee4a7eca1b001a45666f637c (diff)
parentb4371ef0d96605187b7474e7e4844dbebab67d8b (diff)
downloadgenenetwork2-eddd1badf9b1c84e16f9e461ee9920554ebd8c5a.tar.gz
Merge branch 'flask' of git://github.com/leiyan/genenetwork into flask
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()