From 110e4b15beb8d5457746f7f1ce2f689c211f5336 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 10 Mar 2020 10:35:39 +0100
Subject: [PATCH] Fix a space to many in shell parameters

---
 steps/DPPP.cwl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl
index dfd2cdc..b7f2dd5 100755
--- a/steps/DPPP.cwl
+++ b/steps/DPPP.cwl
@@ -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
-- 
GitLab