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

Fix a space to many in shell parameters

parent 42cbd7c9
No related branches found
No related tags found
No related merge requests found
Pipeline #823 passed with warnings
......@@ -49,6 +49,7 @@ inputs:
inputBinding:
position: 0
prefix: '-msout.storagemanager='
separate: false
- default: ''
id: baseline
type: string
......@@ -62,12 +63,14 @@ inputs:
inputBinding:
position: 0
prefix: '-msout.datacolumn='
separate: false
- default: DATA
id: input_column
type: string?
inputBinding:
position: 0
prefix: '-msin.datacolumn='
separate: false
outputs:
- id: msout
doc: Output Measurement Set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment