From 2466f4b1c204bc1a0a8955af71d8ea8495423a8e Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 15 Jul 2022 08:47:17 +0200
Subject: [PATCH] Fix fetching error

---
 cwl/steps/fetch_data.cwl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/cwl/steps/fetch_data.cwl b/cwl/steps/fetch_data.cwl
index 888d774..6877b02 100644
--- a/cwl/steps/fetch_data.cwl
+++ b/cwl/steps/fetch_data.cwl
@@ -12,10 +12,7 @@ outputs:
   - id: beamformed_file
     type: File
     outputBinding:
-        glob: out/*/*.h5
-    secondaryFiles: 
-      - pattern: '$(self.nameroot).raw'
-        required: True
+        glob: out/*/Dynspec_*.h5
   
 
 baseCommand: 
-- 
GitLab