data_source.compound_pattern.rdkit.utility.download =================================================== .. py:module:: data_source.compound_pattern.rdkit.utility.download .. autoapi-nested-parse:: The ``data_source.compound_pattern.rdkit.utility`` package ``download`` module. Classes ------- .. autoapisummary:: data_source.compound_pattern.rdkit.utility.download.RDKitCompoundPatternDatasetDownloadUtility Module Contents --------------- .. py:class:: RDKitCompoundPatternDatasetDownloadUtility The `RDKit `_ chemical compound pattern dataset download utility class. .. py:method:: download_v_htl_by_20080307_brenk_r_et_al(output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from the `v_htl_by_20080307_brenk_r_et_al` version of the dataset. :parameter output_directory_path: The path to the output directory where the data should be downloaded. .. py:method:: download_v_pains_by_20100204_baell_j_b_and_holloway_g_a(output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Download the data from the `v_pains_by_20100204_baell_j_b_and_holloway_g_a` version of the dataset. :parameter output_directory_path: The path to the output directory where the data should be downloaded.