aboutsummaryrefslogtreecommitdiff
path: root/utility/topGene_step3_generate_html.py
diff options
context:
space:
mode:
authorgunturkunhakan2021-05-18 22:39:49 -0500
committergunturkunhakan2021-05-18 22:39:49 -0500
commit6235fb58955e2bc193d6ce40a4d74b33ab47dfce (patch)
tree557418e4f22e608a6c45ee220c02d47ca49510e0 /utility/topGene_step3_generate_html.py
parenta637889f13c2151303998e411dc81f3196a974f6 (diff)
downloadgenecup-6235fb58955e2bc193d6ce40a4d74b33ab47dfce.tar.gz
Welcome to GeneCup
Diffstat (limited to 'utility/topGene_step3_generate_html.py')
-rwxr-xr-xutility/topGene_step3_generate_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/topGene_step3_generate_html.py b/utility/topGene_step3_generate_html.py
index 036325b..9935e40 100755
--- a/utility/topGene_step3_generate_html.py
+++ b/utility/topGene_step3_generate_html.py
@@ -28,7 +28,7 @@ with open("./topGeneAbstractCount.tab" ,"r") as gc:
pmid_cnt, symb=line.strip().split()
out+= symb+"\t"+geneNames[symb]+"\n"
html+="<li><a href=\"/showTopGene?topGene="+symb+"\">"+symb+"</a> <span style=\"font-size:small; color:grey\">("+geneNames[symb]+")</span><br>\n"
- if cnt==200:
+ if cnt==100:
break
with open("topGene_symb_alias.txt", "w+") as tg: