Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert length of input connections, instead of inputs when disconnect…
…ing steps Inputs become runtime inputs due to: ``` if "inputs" in step_dict: for input_dict in step_dict["inputs"]: step_input = model.WorkflowStepInput(step) ... ``` in galaxy.managers.workflows.WorkflowContentsManager. I guess it is debatable whether we want to adjust the test or WorkflowContentsManager for disconnected steps. When exported to .ga these are exactly the same (minus uuid differences).
- Loading branch information