bin.idgenerator

idgenerator: a tool to append an ID to all elements in an NLM XML file

Usage:

idgenerator.py <input> [options]

Options:
-d, --debug

Enable debug output

-h, --help

Show this screen.

-v, --version

Show version.

Module Contents

bin.idgenerator.__author__ = Martin Paul Eve[source]
bin.idgenerator.__email__ = martin@martineve.com[source]
class bin.idgenerator.IdGenerator(global_variables)[source]

Bases: debug.Debuggable

run(self)[source]
bin.idgenerator.main()[source]