aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorZachary Sloan2013-10-11 14:17:50 -0500
committerZachary Sloan2013-10-11 14:17:50 -0500
commit51be798ef6311a86ea1ca8c5092277d727b98a5a (patch)
tree8471652f8eeb92bbcbdf5b7193b649de3716a0bb /web
parent3325184b1dd310619626dd31852ab84cae6dc7fc (diff)
parent8a09358e98dbf88deb101d13107a40bac371de5c (diff)
downloadgenenetwork2-51be798ef6311a86ea1ca8c5092277d727b98a5a.tar.gz
Merge /home/lei/gene
Conflicts: wqflask/maintenance/quick_search_table.py
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: