From b4371ef0d96605187b7474e7e4844dbebab67d8b Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Wed, 8 May 2013 22:16:26 +0000 Subject: Worked on correlation page Wrote function in dataset.py that gets all the traits in a dataset and their sample values --- web/webqtl/correlation/CorrelationPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/webqtl/correlation') 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
if tempTable: self.cursor.execute( 'DROP TEMPORARY TABLE %s' % tempTable ) - return traits + return traits -- cgit v1.2.3