ncsw_data.source.reaction.rhea.utility.formatting¶
The ncsw_data.source.reaction.rhea.utility package formatting module.
Classes¶
The Rhea chemical reaction database formatting utility class. |
Module Contents¶
- class ncsw_data.source.reaction.rhea.utility.formatting.RheaReactionDatabaseFormattingUtility¶
The Rhea chemical reaction database formatting utility class.
- static format_v_release(version: str, input_directory_path: str | os.PathLike[str], output_directory_path: str | os.PathLike[str]) None¶
Format the data from a v_release_* 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.