mkt.databases.cli.generate_kinaseinfo_objects

CLI to build KinaseInfo objects from APIs and serialize them to tar.gz.

Entry point (generate_kinaseinfo_objects) that assembles KinaseInfo objects from the various data sources and serializes them to a .tar.gz archive.

Functions

get_parser()

Generate a parser for the command line interface.

main()

mkt.databases.cli.generate_kinaseinfo_objects.get_parser()[source]

Generate a parser for the command line interface.

Returns:

Parser for the command line interface

Return type:

argparse.ArgumentParser

mkt.databases.cli.generate_kinaseinfo_objects.main()[source]