diff options
author | Lei Yan | 2013-05-08 22:16:26 +0000 |
---|---|---|
committer | Lei Yan | 2013-05-08 22:16:26 +0000 |
commit | b4371ef0d96605187b7474e7e4844dbebab67d8b (patch) | |
tree | 14b68ddaa9916494551c4306c63b1a7719f7d993 /web | |
parent | 34312cfacdcb5af450d33ac3b54d7c01a6a61788 (diff) | |
download | genenetwork2-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 'web')
-rwxr-xr-x | web/webqtl/correlation/CorrelationPage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/webqtl/correlation/CorrelationPage.py b/web/webqtl/correlation/CorrelationPage.py index 72e53f1d..8c74ae0c 100755 --- a/web/webqtl/correlation/CorrelationPage.py +++ b/web/webqtl/correlation/CorrelationPage.py @@ -965,7 +965,7 @@ Resorting this table <br> if tempTable: self.cursor.execute( 'DROP TEMPORARY TABLE %s' % tempTable ) - return traits + return traits |