From 46624ca0058dcf2014b7eadb8bd0a595b4041159 Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Fri, 27 Sep 2013 16:25:48 -0500 Subject: Added trait links to correlation results Began adding the code that does the initial sort by literature correlation --- web/webqtl/correlation/CorrelationPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/webqtl/correlation/CorrelationPage.py b/web/webqtl/correlation/CorrelationPage.py index 8c74ae0c..0c98f032 100755 --- a/web/webqtl/correlation/CorrelationPage.py +++ b/web/webqtl/correlation/CorrelationPage.py @@ -819,7 +819,7 @@ Resorting this table
#XZ, 12/12/2008: if the input geneid is 'None', return 0 #XZ, 12/12/2008: if the input geneid has no corresponding mouse geneid, return 0 def translateToMouseGeneID (self, species, geneid): - mouse_geneid = 0; + mouse_geneid = 0 #if input geneid is None, return 0. if not geneid: -- cgit v1.2.3