ncsw_data.source.reaction_pattern.miscellaneous.utility

The ncsw_data.source.reaction_pattern.miscellaneous.utility package initialization module.

Submodules

Classes

MiscellaneousReactionPatternDataSourceDownloadUtility

The miscellaneous chemical reaction pattern data source download utility class.

MiscellaneousReactionPatternDataSourceExtractionUtility

The miscellaneous chemical reaction pattern data source extraction utility class.

MiscellaneousReactionPatternDataSourceFormattingUtility

The miscellaneous chemical reaction pattern data source formatting utility class.

Package Contents

class ncsw_data.source.reaction_pattern.miscellaneous.utility.MiscellaneousReactionPatternDataSourceDownloadUtility

The miscellaneous chemical reaction pattern data source download utility class.

static download_v_retro_transform_db_by_20180421_avramova_s_et_al(output_directory_path: str | os.PathLike[str]) None

Download the data from the v_retro_transform_db_by_20180421_avramova_s_et_al version of the data source.

Parameters:

output_directory_path – The path to the output directory where the data should be downloaded.

static download_v_dingos_by_20190701_button_a_et_al(output_directory_path: str | os.PathLike[str]) None

Download the data from the v_dingos_by_20190701_button_a_et_al version of the data source.

Parameters:

output_directory_path – The path to the output directory where the data should be downloaded.

static download_v_auto_template_by_20240627_chen_l_and_li_y(output_directory_path: str | os.PathLike[str]) None

Download the data from the v_auto_template_by_20240627_chen_l_and_li_y version of the data source.

Parameters:

output_directory_path – The path to the output directory where the data should be downloaded.

class ncsw_data.source.reaction_pattern.miscellaneous.utility.MiscellaneousReactionPatternDataSourceExtractionUtility

The miscellaneous chemical reaction pattern data source extraction utility class.

static extract_v_auto_template_by_20240627_chen_l_and_li_y(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None

Extract the data from the v_auto_template_by_20240627_chen_l_and_li_y version of the data source.

Parameters:
  • input_directory_path – The path to the input directory where the data is downloaded.

  • output_directory_path – The path to the output directory where the data should be extracted.

class ncsw_data.source.reaction_pattern.miscellaneous.utility.MiscellaneousReactionPatternDataSourceFormattingUtility

The miscellaneous chemical reaction pattern data source formatting utility class.

static format_v_retro_transform_db_by_20180421_avramova_s_et_al(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None

Format the data from the v_retro_transform_db_by_20180421_avramova_s_et_al version of the data source.

Parameters:
  • input_directory_path – The path to the input directory where the data is extracted.

  • output_directory_path – The path to the output directory where the data should be formatted.

static format_v_dingos_by_20190701_button_a_et_al(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None

Format the data from the v_dingos_by_20190701_button_a_et_al version of the data source.

Parameters:
  • input_directory_path – The path to the input directory where the data is extracted.

  • output_directory_path – The path to the output directory where the data should be formatted.

static format_v_auto_template_by_20240627_chen_l_and_li_y(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None

Format the data from the v_auto_template_by_20240627_chen_l_and_li_y version of the data source.

Parameters:
  • input_directory_path – The path to the input directory where the data is extracted.

  • output_directory_path – The path to the output directory where the data should be formatted.