From 0417fc625b7c7c45ac6824870e586b717a91f741 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Mon, 15 May 2023 11:06:53 +0200
Subject: [PATCH] Fix required for fetch data

---
 cwl/steps/fetch_data.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cwl/steps/fetch_data.cwl b/cwl/steps/fetch_data.cwl
index 128b7f8..9c004ef 100644
--- a/cwl/steps/fetch_data.cwl
+++ b/cwl/steps/fetch_data.cwl
@@ -37,7 +37,7 @@ outputs:
   type: File[]
   secondaryFiles:
   - pattern: $(self.nameroot).raw
-    required: true
+    required: false
   outputBinding:
     glob:
     - out/*/Dynspec_*.h5
-- 
GitLab