bibtex query

Usage

Run using mc_script bibtex query after installation or using ~ndcn0236/bin/mc_script bibtex query on jalapeno.

Import in python using from mcutils.scripts.bibtex import query

Documentation

Query pubmed and adds result to bibtex file

Functions

run(query[, bibtex_file, max_entries, doi])

Queries pubmed and adds the result to the given bibtex file (stdout by default)

CLI interface

add_to_parser(parser)

Creates the parser of the command line arguments

run_from_args(args)

Runs the script based on a Namespace containing the command line arguments