AddData script
- 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] [-o OUTPUT_DIR]
- 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]- param:
-o OUTPUT_DIR
,--output-dir
set custom output directory [/path-to-databank]
- Returning error codes:
1 - input YAML parsing errors 2 - filesystem writting errors 3 - network accessing errors