aboutsummaryrefslogtreecommitdiff
path: root/utility/topGene_step3_generate_html.py
diff options
context:
space:
mode:
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: