/pubmed_abstract_counter

Script to count number of abtracts for given query

Primary LanguagePythonMIT LicenseMIT

pubmed_abstract_counter

Script to count number of abtracts for given query

Example: python pubmed_abstract_counter.py infile.txt > outfile.txt

Out file consists of the original query followed by a tab and than the count of abstracts matching that query.

Note: In

def main():

you can add your email to:

Entrez.email = ""

Requirements:

python 2.7 Biopython