steps#
Specification of analysis steps.
analysis:
steps:
- step: "step 1"
...
- step: "step 2"
...
Specification#
- Arguments:
List of analysis steps
- Default:
None
- Parent keyword:
Child keywords#
For each step:
Keyword |
Requirements |
Description |
---|---|---|
Required |
Name of the step |
|
Required |
Type of the step |
|
kw-output |
Optional |
Output specification of the step |
Optional |
Name of the custom Python script file |
|
Optional |
Function used in the script step |
|
Optional |
Additional arguments for the function |