Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -58,7 +58,7 @@ if __name__ == "__main__": | ... | @@ -58,7 +58,7 @@ if __name__ == "__main__": |
58 | t0 = time() | 58 | t0 = time() |
59 | hashGenes = {} | 59 | hashGenes = {} |
60 | 60 | ||
61 | - rePmid = re.compile(r'([\d]+)\|a\|') | 61 | + rePmid = re.compile(r'([\d]+)\|t\|') |
62 | reGene = re.compile(r'<g>([^<]+)</g>') | 62 | reGene = re.compile(r'<g>([^<]+)</g>') |
63 | reTags = re.compile(r'(<g>|</g>|<d>|</d>|<i>|</i>)') | 63 | reTags = re.compile(r'(<g>|</g>|<d>|</d>|<i>|</i>)') |
64 | with open(os.path.join(options.inputPath, options.inputFile), "r", encoding="utf-8", errors="replace") as iFile: | 64 | with open(os.path.join(options.inputPath, options.inputFile), "r", encoding="utf-8", errors="replace") as iFile: | ... | ... |
-
Please register or login to post a comment