Skip to content
Snippets Groups Projects
Commit dd2add88 authored by alex's avatar alex Committed by alex
Browse files

change input/output type to Directory[]

parent 3757f3a0
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment