rxn.reaction_preprocessing.config.DataConfig
- class rxn.reaction_preprocessing.config.DataConfig(path='???', name='${stem:${data.path}}', proc_dir='???')[source]
Bases:
object
Configuration of data sources and intermediate storage.
- Fields:
path: Absolute path to input data file. name: Name of the input data file (without extension). proc_dir: Directory for storing intermediate and final output files.
- Parameters
path (
str
, default:'???'
) –name (
str
, default:'${stem:${data.path}}'
) –proc_dir (
str
, default:'???'
) –
- __init__(path='???', name='${stem:${data.path}}', proc_dir='???')
- Parameters
path (
str
, default:'???'
) –name (
str
, default:'${stem:${data.path}}'
) –proc_dir (
str
, default:'???'
) –
- Return type
None
Methods
__init__
([path, name, proc_dir])- param path
Attributes
name
path
proc_dir