ncsw_data.source.compound.coconut.utility.formatting¶
The ncsw_data.source.compound.coconut.utility package formatting module.
Classes¶
The COCONUT chemical compound database formatting utility class. |
Module Contents¶
- class ncsw_data.source.compound.coconut.utility.formatting.COCONUTCompoundDatabaseFormattingUtility¶
The COCONUT chemical compound database formatting utility class.
- static format_v_2_0_by_20241126_chandrasekhar_v_et_al(version: str, input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Format the data from a v_2_0_*_by_20241126_chandrasekhar_v_et_al version of the database.
- Parameters:
version – The version of the database.
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.