8784: Fix test for latest firefox.
[arvados.git] / sdk / cwl / tests / collection_per_tool / collection_per_tool_packed.cwl
1 cwlVersion: v1.0
2 $graph:
3 - class: Workflow
4   inputs: []
5   outputs: []
6   steps:
7   - in: []
8     out: []
9     run: '#step1.cwl'
10     id: '#main/step1'
11   - in: []
12     out: []
13     run: '#step2.cwl'
14     id: '#main/step2'
15   id: '#main'
16 - class: CommandLineTool
17   inputs:
18   - type: File
19     default:
20       class: File
21       location: keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt
22     id: '#step1.cwl/a'
23   - type: File
24     default:
25       class: File
26       location: keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt
27     id: '#step1.cwl/b'
28   outputs: []
29   arguments: [echo, $(inputs.a), $(inputs.b)]
30   id: '#step1.cwl'
31 - class: CommandLineTool
32   inputs:
33   - type: File
34     default:
35       class: File
36       location: keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt
37     id: '#step2.cwl/b'
38   - type: File
39     default:
40       class: File
41       location: keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt
42     id: '#step2.cwl/c'
43   outputs: []
44   arguments: [echo, $(inputs.c), $(inputs.b)]
45   id: '#step2.cwl'