ncsw_data.source.compound.chembl.utility.formatting =================================================== .. py:module:: ncsw_data.source.compound.chembl.utility.formatting .. autoapi-nested-parse:: The ``ncsw_data.source.compound.chembl.utility`` package ``formatting`` module. Classes ------- .. autoapisummary:: ncsw_data.source.compound.chembl.utility.formatting.ChEMBLCompoundDatabaseFormattingUtility Module Contents --------------- .. py:class:: ChEMBLCompoundDatabaseFormattingUtility The `ChEMBL `_ chemical compound database formatting utility class. .. py:method:: format_v_release(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_release_*` 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.