Merge branch 'wtsi/python-api-timeout' refs #13542
[arvados.git] / sdk / cwl / tests / collection_per_tool / collection_per_tool_packed.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 {
6     "$graph": [
7         {
8             "class": "Workflow",
9             "id": "#main",
10             "inputs": [],
11             "outputs": [],
12             "steps": [
13                 {
14                     "id": "#main/step1",
15                     "in": [],
16                     "out": [],
17                     "run": "#step1.cwl"
18                 },
19                 {
20                     "id": "#main/step2",
21                     "in": [],
22                     "out": [],
23                     "run": "#step2.cwl"
24                 }
25             ]
26         },
27         {
28             "arguments": [
29                 "echo",
30                 "$(inputs.a)",
31                 "$(inputs.b)"
32             ],
33             "class": "CommandLineTool",
34             "id": "#step1.cwl",
35             "inputs": [
36                 {
37                     "default": {
38                         "class": "File",
39                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt"
40                     },
41                     "id": "#step1.cwl/a",
42                     "type": "File"
43                 },
44                 {
45                     "default": {
46                         "class": "File",
47                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt"
48                     },
49                     "id": "#step1.cwl/b",
50                     "type": "File"
51                 }
52             ],
53             "outputs": []
54         },
55         {
56             "arguments": [
57                 "echo",
58                 "$(inputs.c)",
59                 "$(inputs.b)"
60             ],
61             "class": "CommandLineTool",
62             "id": "#step2.cwl",
63             "inputs": [
64                 {
65                     "default": {
66                         "class": "File",
67                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt"
68                     },
69                     "id": "#step2.cwl/b",
70                     "type": "File"
71                 },
72                 {
73                     "default": {
74                         "class": "File",
75                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt"
76                     },
77                     "id": "#step2.cwl/c",
78                     "type": "File"
79                 }
80             ],
81             "outputs": []
82         }
83     ],
84     "cwlVersion": "v1.0"
85 }