18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 18888-download_def.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.2
6 class: CommandLineTool
7
8 $namespaces:
9   arv: "http://arvados.org/cwl#"
10
11 requirements:
12   NetworkAccess:
13     networkAccess: true
14   arv:RuntimeConstraints:
15     outputDirType: keep_output_dir
16
17 inputs:
18   scripts:
19     type: Directory
20     default:
21       class: Directory
22       location: scripts/
23 outputs:
24   out:
25     type: Directory
26     outputBinding:
27       glob: "."
28
29 arguments: [$(inputs.scripts.path)/download_all_data.sh, "."]