From 56fa8dc713f3535850e07071e4fe2c5df50dbe57 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 9 Apr 2020 14:09:40 +0200
Subject: [PATCH] Update blsmooth.cwl

Former-commit-id: ed598f643ccf6a4429728bd40f067a578a4c7ee3 [formerly 9c5ceaf5bd965561e01fb3059a92d014cafb03b5]
Former-commit-id: 3ecfd74f55ce867b1343264f5757f5521c809f76
Former-commit-id: 9d5fe394f911de0f23036b636f4c10982c75baa2
---
 steps/blsmooth.cwl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl
index e2fbdd1a..9693c4ac 100644
--- a/steps/blsmooth.cwl
+++ b/steps/blsmooth.cwl
@@ -22,9 +22,9 @@ inputs:
     type: boolean
     doc: 'If true performs smoothing'
     inputBinding:
-      prefix: -S=
+      prefix: -S
       valueFrom: "$(self ? 'True': 'False')"
-      separate: false
+      separate: true
 
   - default: 0.5
     id: bscalefactor
-- 
GitLab