AddData script
- program:
AddData.py
- description:
The script adds a simulation into the Databank based on
info.yamlfile.
- Usage:
AddData.py Script [-h] [-f FILE] [-d] [-n] [-w WORK_DIR] [–dry-run]
- param:
-h,--helpshow this help message and exit- param:
-f FILE,--fileInput config file in yaml format.- param:
-d,--debugenable debug logging output- param:
-n,--no-cachealways redownload repository files- param:
-w WORK_DIR,--work-dirset 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