From dd2add8824545e89ec7ca63f52e27ef1195445d6 Mon Sep 17 00:00:00 2001 From: Alexander Drabent <alex@tls-tautenburg.de> Date: Wed, 26 Jan 2022 10:11:37 +0100 Subject: [PATCH] change input/output type to Directory[] --- steps/aoflag.cwl | 4 ++-- steps/ms_concat.cwl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/steps/aoflag.cwl b/steps/aoflag.cwl index 9de3ca31..7dbf22c1 100644 --- a/steps/aoflag.cwl +++ b/steps/aoflag.cwl @@ -17,12 +17,12 @@ inputs: type: Directory[] doc: Input measurement set - id: concat_meta_ms - type: Directory + type: Directory[] doc: Input measurement set # inputBinding: # position: 0 - id: concat_additional_ms - type: Directory + type: Directory[] doc: Input measurement set - id: verbose type: boolean? diff --git a/steps/ms_concat.cwl b/steps/ms_concat.cwl index 8c291c6e..a09b3cc1 100644 --- a/steps/ms_concat.cwl +++ b/steps/ms_concat.cwl @@ -30,12 +30,12 @@ inputs: position: 2 outputs: - id: concat_meta_ms - type: 'Directory' + type: 'Directory[]' outputBinding: glob: | workdir/$(inputs.msout)_[0-9*] - id: concat_additional_ms - type: 'Directory' + type: 'Directory[]' outputBinding: glob: | workdir/$(inputs.msout)_*_CONCAT -- GitLab