steps#

Specification of analysis steps.

analysis:
  steps:
    - step: "step 1"
      ...
    - step: "step 2"
      ...

Specification#

Arguments:

List of analysis steps

Default:

None

Parent keyword:

analysis

Child keywords#

For each step:

Keyword

Requirements

Description

step

Required

Name of the step

type

Required

Type of the step

kw-output

Optional

Output specification of the step

module

Optional

Name of the custom Python script file

function

Optional

Function used in the script step

kwargs

Optional

Additional arguments for the function