From b54cd78d7c440b15f245f384a6a73d913b9d260c Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Thu, 28 Nov 2019 16:49:52 +0100
Subject: [PATCH] Removed count fields

Former-commit-id: 445b993847ba1ebd68563ad3ca204d3c7b53d7a7
---
 steps/DP3.PreflaggerStepGenerator.cwl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/steps/DP3.PreflaggerStepGenerator.cwl b/steps/DP3.PreflaggerStepGenerator.cwl
index 7b29b255..03f6c11d 100755
--- a/steps/DP3.PreflaggerStepGenerator.cwl
+++ b/steps/DP3.PreflaggerStepGenerator.cwl
@@ -21,8 +21,7 @@ inputs:
       .flagstat. The basename of the table is the MS name (without extension)
       followed by the stepname and extension.
   - id: count.path
-    default: ''
-    type: string
+    type: string?
     doc: >-
       The directory where to create the flag percentages table. If empty, the
       path of the input MS is used.
-- 
GitLab