data_source.reaction.miscellaneous.utility.extraction ===================================================== .. py:module:: data_source.reaction.miscellaneous.utility.extraction .. autoapi-nested-parse:: The ``data_source.reaction.miscellaneous.utility`` package ``extraction`` module. Classes ------- .. autoapisummary:: data_source.reaction.miscellaneous.utility.extraction.MiscellaneousReactionDataSourceExtractionUtility Module Contents --------------- .. py:class:: MiscellaneousReactionDataSourceExtractionUtility The miscellaneous chemical reaction data source extraction utility class. .. py:method:: extract_v_20131008_kraut_h_et_al(input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Extract the data from the `v_20131008_kraut_h_et_al` version of the data source. :parameter input_directory_path: The path to the input directory where the data is downloaded. :parameter output_directory_path: The path to the output directory where the data should be extracted. .. py:method:: extract_v_golden_dataset_by_20211102_lin_a_et_al(input_directory_path: Union[str, os.PathLike[str]], output_directory_path: Union[str, os.PathLike[str]]) -> None :staticmethod: Extract the data from the `v_golden_dataset_by_20211102_lin_a_et_al` version of the data source. :parameter input_directory_path: The path to the input directory where the data is downloaded. :parameter output_directory_path: The path to the output directory where the data should be extracted.