ncsw_data.source.compound.miscellaneous.utility =============================================== .. py:module:: ncsw_data.source.compound.miscellaneous.utility .. autoapi-nested-parse:: The ``ncsw_data.source.compound.miscellaneous.utility`` package initialization module. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/ncsw_data/source/compound/miscellaneous/utility/download/index /autoapi/ncsw_data/source/compound/miscellaneous/utility/extraction/index /autoapi/ncsw_data/source/compound/miscellaneous/utility/formatting/index Classes ------- .. autoapisummary:: ncsw_data.source.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceDownloadUtility ncsw_data.source.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceExtractionUtility ncsw_data.source.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceFormattingUtility Package Contents ---------------- .. py:class:: MiscellaneousCompoundDataSourceDownloadUtility The miscellaneous chemical compound data source download utility class. .. py:method:: download_v_moses_by_20201218_polykovskiy_d_et_al(output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from the `v_moses_by_20201218_polykovskiy_d_et_al` version of the data source. :parameter output_directory_path: The path to the output directory where the data should be downloaded. .. py:class:: MiscellaneousCompoundDataSourceExtractionUtility The miscellaneous chemical compound data source extraction utility class. .. py:class:: MiscellaneousCompoundDataSourceFormattingUtility The miscellaneous chemical compound data source formatting utility class. .. py:method:: format_v_moses_by_20201218_polykovskiy_d_et_al(input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Format the data from the `v_moses_by_20201218_polykovskiy_d_et_al` version of the data source. :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.