diff --git a/cwl/steps/fetch_data.cwl b/cwl/steps/fetch_data.cwl index 54453b18f4b92d08467a841df2e6f482cda371d1..888d7745a9a8a5fbba0fb9bd289fcf9c8bacfe97 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