From cfaf2a13cd2b0f173ef00e1916a06302bfa6171f Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 9 Apr 2020 13:29:08 +0200
Subject: [PATCH] Fix wrong parameter specification

Former-commit-id: 90cc721fe18e908ba7d98cd838112535186794e1
Former-commit-id: 65917457bb9674a475fab1abc6516553c81b0e65
---
 steps/blsmooth.cwl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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