ncsw_data.source.compound.zinc.utility.download

The ncsw_data.source.compound.zinc.utility package download module.

Classes

ZINCCompoundDatabaseDownloadUtility

The ZINC chemical compound database download utility class.

Module Contents

class ncsw_data.source.compound.zinc.utility.download.ZINCCompoundDatabaseDownloadUtility

The ZINC chemical compound database download utility class.

static download_v_building_block(version: str, output_directory_path: str | os.PathLike[str]) None

Download the data from a v_building_block_* version of the database.

Parameters:
  • version – The version of the database.

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

static download_v_catalog(version: str, output_directory_path: str | os.PathLike[str]) None

Download the data from a v_catalog_* version of the database.

Parameters:
  • version – The version of the database.

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