From 45a544b333c0da93b085430cfd7e3c8ac6cf21b6 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Thu, 14 Jul 2022 18:00:20 +0200 Subject: [PATCH] Fix workflow download --- 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 54453b1..888d774 100644 --- a/cwl/steps/fetch_data.cwl +++ b/cwl/steps/fetch_data.cwl @@ -12,7 +12,7 @@ outputs: - id: beamformed_file type: File outputBinding: - glob: out/*.h5 + glob: out/*/*.h5 secondaryFiles: - pattern: '$(self.nameroot).raw' required: True -- GitLab