topostats.entry_point ===================== .. py:module:: topostats.entry_point .. autoapi-nested-parse:: Entry point for all TopoStats programs. Parses command-line arguments and passes input on to the relevant functions / modules. .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: topostats.entry_point.create_parser topostats.entry_point.entry_point topostats.entry_point.create_legacy_run_topostats_parser topostats.entry_point.create_legacy_toposum_parser topostats.entry_point.legacy_run_topostats_entry_point topostats.entry_point.legacy_toposum_entry_point Module Contents --------------- .. py:function:: create_parser() -> argparse.ArgumentParser Create a parser for reading options. .. !! processed by numpydoc !! .. py:function:: entry_point(manually_provided_args=None, testing=False) -> None Entry point for all TopoStats programs. .. !! processed by numpydoc !! .. py:function:: create_legacy_run_topostats_parser() -> argparse.ArgumentParser Create a parser reading options for the 'run_topostats' processing entry point. .. !! processed by numpydoc !! .. py:function:: create_legacy_toposum_parser() -> argparse.ArgumentParser Create a parser reading options for the legacy 'toposum' summarize entry point. .. !! processed by numpydoc !! .. py:function:: legacy_run_topostats_entry_point(args=None, testing=False) -> None Legacy entry point for the run_topostats processing function. .. !! processed by numpydoc !! .. py:function:: legacy_toposum_entry_point(args=None, testing=False) -> None Legacy entry point for the toposum summarizing function. .. !! processed by numpydoc !!