7478: On EC2 driver ask for a spot instance when needed.
[arvados.git] / sdk / cwl / tests / secondary / wf.cwl
1 cwlVersion: v1.0
2 class: Workflow
3 $namespaces:
4   arv: "http://arvados.org/cwl#"
5   cwltool: "http://commonwl.org/cwltool#"
6 requirements:
7   SubworkflowFeatureRequirement: {}
8 inputs:
9   i:
10     type: File
11     # secondaryFiles:
12     #   - .fai
13     #   - .ann
14     #   - .amb
15 outputs: []
16 steps:
17   step1:
18     in:
19       i: i
20     out: []
21     run: sub.cwl
22     requirements:
23       arv:RunInSingleContainer: {}