Scripts.BuildDatabank.AddData module
- program:
AddData.py
- description:
The script adds a simulation into the Databank based on
info.yaml
file.
- Usage:
AddData.py Script [-h] [-f FILE] [-d] [-n] [-w WORK_DIR] [–dry-run]
- param:
-h
,--help
show this help message and exit- param:
-f FILE
,--file
Input config file in yaml format.- param:
-d
,--debug
enable debug logging output- param:
-n
,--no-cache
always redownload repository files- param:
-w WORK_DIR
,--work-dir
set custom temporary working directory [not set = read from YAML]
- Returning error codes:
1 - input YAML parsing errors 2 - filesystem writting errors 3 - network accessing errors