Loading lib/galaxy/model/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -7276,6 +7276,7 @@ class WorkflowStep(Base, RepresentById): copied_step.position = self.position copied_step.config = self.config copied_step.label = self.label copied_step.when_expression = self.when_expression copied_step.inputs = copy_list(self.inputs, copied_step) subworkflow_step_mapping = {} Loading Loading
lib/galaxy/model/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -7276,6 +7276,7 @@ class WorkflowStep(Base, RepresentById): copied_step.position = self.position copied_step.config = self.config copied_step.label = self.label copied_step.when_expression = self.when_expression copied_step.inputs = copy_list(self.inputs, copied_step) subworkflow_step_mapping = {} Loading