You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert length of input connections, instead of inputs when disconnecting 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).
0 commit comments