18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 12213-keepref-wf.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: Workflow
7 requirements:
8   ScatterFeatureRequirement: {}
9 inputs:
10   dir: Directory
11 outputs:
12   out:
13     type: File[]
14     outputSource: tool/out
15 steps:
16   ex:
17     in:
18       dir: dir
19     out: [out]
20     run: 12213-keepref-expr.cwl
21   tool:
22     in:
23       fastqsdir: ex/out
24     out: [out]
25     scatter: fastqsdir
26     run: 12213-keepref-tool.cwl