Configuration¶
load-atoms has several behaviours that can be configured using environment variables.
- LOAD_ATOMS_VERBOSE¶
Controls the verbosity of the
load-atomspackage.If set to 2,
load-atomswill use a rich progress bar to show the progress of the dataset being loaded. (default)If set to 1,
load-atomswill print information about the dataset being loaded.If set to 0,
load-atomswill not print any information about the dataset being loaded.
- LOAD_ATOMS_DEBUG¶
If set to 1,
load-atomswill not delete any auxiliary files created during the loading process.If set to 0,
load-atomswill delete all auxiliary files created during the loading process. (Default)