From 3fd5957440fb8b048ef5fa4534006d0940824101 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Thu, 9 Apr 2020 13:32:25 +0200 Subject: [PATCH] Refactor Former-commit-id: 5707b5256e22ab99e8df507f1fd75859605fd70a Former-commit-id: ae554e5ca9793341783db4dd74fda6ce9f849bd2 --- steps/blsmooth.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/blsmooth.cwl b/steps/blsmooth.cwl index 7748ae8e..e2fbdd1a 100644 --- a/steps/blsmooth.cwl +++ b/steps/blsmooth.cwl @@ -22,7 +22,7 @@ inputs: type: boolean doc: 'If true performs smoothing' inputBinding: - prefix: '--smooth=' + prefix: -S= valueFrom: "$(self ? 'True': 'False')" separate: false -- GitLab