Task parameters

Task parameters#

Note

One can load, modify, and export the input file by using our effective web-based tool DP-GUI online or hosted using the command line interface dpdisp gui. All parameters below can be set in DP-GUI. By clicking “SAVE JSON”, one can download the input file.

task:#
type: dict
argument path: task
command:#
type: str
argument path: task/command

A command to be executed of this task. The expected return code is 0.

task_work_path:#
type: str
argument path: task/task_work_path

The dir where the command to be executed.

forward_files:#
type: typing.List[str], optional, default: []
argument path: task/forward_files

The files to be uploaded in task_work_path before the task exectued.

backward_files:#
type: typing.List[str], optional, default: []
argument path: task/backward_files

The files to be download to local_root in task_work_path after the task finished

outlog:#
type: str | NoneType, optional, default: log
argument path: task/outlog

The out log file name. redirect from stdout

errlog:#
type: str | NoneType, optional, default: err
argument path: task/errlog

The err log file name. redirect from stderr