Merge branch 'master' into 13822-nm-delayed-daemon
[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 inputs:
13   i:
14     type: File
15     # secondaryFiles:
16     #   - .fai
17     #   - .ann
18     #   - .amb
19 outputs: []
20 steps:
21   step1:
22     in:
23       i: i
24     out: []
25     run: sub.cwl
26     requirements:
27       arv:RunInSingleContainer: {}