mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Merge pull request #5140 from jmchilton/subworkflow_fixes
[17.05] Fix connecting non-input modules to subworkflow inputs.
This commit is contained in:
@@ -282,7 +282,7 @@ class SubWorkflowModule( WorkflowModule ):
|
||||
name=name,
|
||||
label=name,
|
||||
multiple=False,
|
||||
extensions="input",
|
||||
extensions=["data"],
|
||||
input_type=step_to_input_type[step_type],
|
||||
)
|
||||
inputs.append(input)
|
||||
|
||||
Reference in New Issue
Block a user