ncsw_data.source.compound.zinc.utility.formatting ================================================= .. py:module:: ncsw_data.source.compound.zinc.utility.formatting .. autoapi-nested-parse:: The ``ncsw_data.source.compound.zinc.utility`` package ``formatting`` module. Classes ------- .. autoapisummary:: ncsw_data.source.compound.zinc.utility.formatting.ZINCCompoundDatabaseFormattingUtility Module Contents --------------- .. py:class:: ZINCCompoundDatabaseFormattingUtility The `ZINC `_ chemical compound database formatting utility class. .. py:method:: format_v_building_block(version: str, input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Format the data from a `v_building_block_*` version of the database. :parameter version: The version of the database. :parameter input_directory_path: The path to the input directory where the data is extracted. :parameter output_directory_path: The path to the output directory where the data should be formatted. .. py:method:: format_v_catalog(version: str, input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Format the data from a `v_catalog_*` version of the database. :parameter version: The version of the database. :parameter input_directory_path: The path to the input directory where the data is extracted. :parameter output_directory_path: The path to the output directory where the data should be formatted.