noctis.data_transformation.preprocessing.core_graph_builder.FormatValidator¶
- class noctis.data_transformation.preprocessing.core_graph_builder.FormatValidator[source]¶
Class to validate and map reaction formats to corresponding molecular string computation functions.
- Attributes:
reaction_mol_format_map (dict[str, Callable]): Mapping of reaction formats to molecular string computation functions.
- __init__()¶
Methods
__init__()get_mol_to_string_function(fmt)validate_format(selected_format)Attributes
reaction_mol_format_map