Subworkflow
- class openmsimodel.subworkflow.subworkflow.Subworkflow(name: str, *, workflow: Workflow = None, self_assign: bool = True)
Bases:
RunnableSubworkflow represents 1+ BaseElements that are grouped together for easier instantiation, manipulation, analysis, and more. The grouping can be based on any rule or criteria of interest, such as consecutive elements, elements with a logical relationships or simply preference.
- classmethod from_(any)
returns a subworkflow instantiated from elements contained it. will vary based on subworkflow and element types.
- classmethod get_command_line_arguments()
Get the list of argument names and the dictionary of argument names/default values to add to the argument parser