cobra_db.scripts.stage_2

Module Contents

Functions

parse_arguments(→ Tuple[str, dict, int])

Convert the console arguments into python variables.

main(connector_kwargs, n_proc, project_name)

cli()

cobra_db.scripts.stage_2.parse_arguments(raw_args: List[str]) Tuple[str, dict, int][source]

Convert the console arguments into python variables.

Parameters:

raw_args – the list of commands (usually sys.argv[1:])

Returns:

connector_kwargs, n_proc

cobra_db.scripts.stage_2.main(connector_kwargs: dict, n_proc: int, project_name: str)[source]
cobra_db.scripts.stage_2.cli()[source]