aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorLei Yan2013-09-27 16:25:48 -0500
committerLei Yan2013-09-27 16:25:48 -0500
commit46624ca0058dcf2014b7eadb8bd0a595b4041159 (patch)
treeee24f88ab949ddfb0cab51e19a6f4962fd5c9ac0 /web
parent081f4f222a261c0d84bfb266aa4a32d6d62cab85 (diff)
downloadgenenetwork2-46624ca0058dcf2014b7eadb8bd0a595b4041159.tar.gz
Added trait links to correlation results
Began adding the code that does the initial sort by literature correlation
Diffstat (limited to 'web')
-rwxr-xr-xweb/webqtl/correlation/CorrelationPage.py2
1 files changed, 1 insertions, 1 deletions
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 <br>
#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: