Skip to content
Snippets Groups Projects
Commit 3f591bd5 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix output type

Former-commit-id: bf4edcd7
parent 972e6f65
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ outputs: ...@@ -13,7 +13,7 @@ outputs:
- id: msin - id: msin
outputSource: outputSource:
- untar/uncompressed - untar/uncompressed
type: Directory type: 'Directory[]'
'sbg:x': 632 'sbg:x': 632
'sbg:y': -72 'sbg:y': -72
- id: workflow_configuration - id: workflow_configuration
...@@ -55,8 +55,8 @@ steps: ...@@ -55,8 +55,8 @@ steps:
label: untar label: untar
scatter: scatter:
- tar_file - tar_file
'sbg:x': 376 'sbg:x': 350
'sbg:y': -12 'sbg:y': 8
- id: create_workflow_input - id: create_workflow_input
in: in:
- id: msin - id: msin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment