diff options
author | Zachary Sloan | 2013-10-11 14:17:50 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-10-11 14:17:50 -0500 |
commit | 51be798ef6311a86ea1ca8c5092277d727b98a5a (patch) | |
tree | 8471652f8eeb92bbcbdf5b7193b649de3716a0bb /web/webqtl/correlation/CorrelationPage.py | |
parent | 3325184b1dd310619626dd31852ab84cae6dc7fc (diff) | |
parent | 8a09358e98dbf88deb101d13107a40bac371de5c (diff) | |
download | genenetwork2-51be798ef6311a86ea1ca8c5092277d727b98a5a.tar.gz |
Merge /home/lei/gene
Conflicts:
wqflask/maintenance/quick_search_table.py
Diffstat (limited to 'web/webqtl/correlation/CorrelationPage.py')
-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 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: |