aboutsummaryrefslogtreecommitdiff
path: root/topGene_step4_get_pmids_for_all_top_genes.py
diff options
context:
space:
mode:
authorHao Chen2019-05-19 13:19:46 -0500
committerHao Chen2019-05-19 13:19:46 -0500
commita5d68f2bb80b89a8a6cf1051754112eda70316df (patch)
tree74e7b9126e338465a0f54408a821a2d52927556a /topGene_step4_get_pmids_for_all_top_genes.py
parentd40664196495a76ce344d94bdf283b512004ce67 (diff)
downloadgenecup-a5d68f2bb80b89a8a6cf1051754112eda70316df.tar.gz
clean up
Diffstat (limited to 'topGene_step4_get_pmids_for_all_top_genes.py')
-rwxr-xr-xtopGene_step4_get_pmids_for_all_top_genes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/topGene_step4_get_pmids_for_all_top_genes.py b/topGene_step4_get_pmids_for_all_top_genes.py
index 9a18836..adf527c 100755
--- a/topGene_step4_get_pmids_for_all_top_genes.py
+++ b/topGene_step4_get_pmids_for_all_top_genes.py
@@ -15,7 +15,7 @@ def collectTerms():
for one in top:
cnt+=1
(symb, alias)=one.split("\t")
- q+="|"+alias.strip()
+ q+="|"+symb+"|"+alias.strip()
if (cnt==5):
print ("\n")
q=q[1:]