src.toolbox.steps.custom.blank_step#

Example step template. Copy and populate this example, which will inherit additional functionality from BaseStep.

Classes#

Module Contents#

class src.toolbox.steps.custom.blank_step.BlankStep[source]#

Bases: toolbox.steps.base_step.BaseStep, toolbox.utils.qc_handling.QCHandlingMixin

step_name = 'Blank Step'[source]#
required_variables = [][source]#
provided_variables = [][source]#
run()[source]#
generate_diagnostics()[source]#