From 6235fb58955e2bc193d6ce40a4d74b33ab47dfce Mon Sep 17 00:00:00 2001 From: gunturkunhakan Date: Tue, 18 May 2021 22:39:49 -0500 Subject: Welcome to GeneCup --- utility/topGene_step3_generate_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility/topGene_step3_generate_html.py') 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+="
  • "+symb+" ("+geneNames[symb]+")
    \n" - if cnt==200: + if cnt==100: break with open("topGene_symb_alias.txt", "w+") as tg: -- cgit v1.2.3