ncsw_data.source.compound.miscellaneous.utility¶
The ncsw_data.source.compound.miscellaneous.utility package initialization module.
Submodules¶
Classes¶
The miscellaneous chemical compound data source download utility class. |
|
The miscellaneous chemical compound data source extraction utility class. |
|
The miscellaneous chemical compound data source formatting utility class. |
Package Contents¶
- class ncsw_data.source.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceDownloadUtility¶
The miscellaneous chemical compound data source download utility class.
- static download_v_moses_by_20201218_polykovskiy_d_et_al(output_directory_path: str | os.PathLike[str]) None¶
Download the data from the v_moses_by_20201218_polykovskiy_d_et_al 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.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceExtractionUtility¶
The miscellaneous chemical compound data source extraction utility class.
- class ncsw_data.source.compound.miscellaneous.utility.MiscellaneousCompoundDataSourceFormattingUtility¶
The miscellaneous chemical compound data source formatting utility class.
- static format_v_moses_by_20201218_polykovskiy_d_et_al(input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Format the data from the v_moses_by_20201218_polykovskiy_d_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.