From cc026f95959d2dfa81ea6ef3741f08fccf4b0111 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 5 Oct 2021 12:54:36 +0200
Subject: [PATCH] Missing input

---
 steps/fix_weightissue_flagging.cwl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/steps/fix_weightissue_flagging.cwl b/steps/fix_weightissue_flagging.cwl
index 1d09034..641e179 100644
--- a/steps/fix_weightissue_flagging.cwl
+++ b/steps/fix_weightissue_flagging.cwl
@@ -26,7 +26,8 @@ requirements:
 inputs:
   - id: msin
     type: Directory
-
+  - id: apply
+    type: boolean
 outputs:
   - id: msout
     type: Directory
-- 
GitLab