Merge branch 'master' into 14874-protected-collection-properties
[arvados.git] / sdk / cwl / tests / secondary / 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 $namespaces:
8   arv: "http://arvados.org/cwl#"
9   cwltool: "http://commonwl.org/cwltool#"
10 requirements:
11   SubworkflowFeatureRequirement: {}
12   DockerRequirement:
13     dockerPull: arvados/jobs:1.4.0.20190604172024
14 inputs:
15   i:
16     type: File
17     # secondaryFiles:
18     #   - .fai
19     #   - .ann
20     #   - .amb
21 outputs: []
22 steps:
23   step1:
24     in:
25       i: i
26     out: []
27     run: sub.cwl
28     requirements:
29       arv:RunInSingleContainer: {}