bibtex updateΒΆ

Usage

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

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

Documentation

Updates entries in an existing bibtex file

Functions

update_pmids(input_bibtex)

Creates a new bibtex set updated from pubmed

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