Merge branch '18947-githttpd'
[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             "hints": [
10                 {
11                     "acrContainerImage": "999999999999999999999999999999d3+99",
12                     "class": "http://arvados.org/cwl#WorkflowRunnerResources"
13                 }
14             ],
15             "id": "#main",
16             "inputs": [],
17             "outputs": [],
18             "steps": [
19                 {
20                     "id": "#main/step1",
21                     "in": [],
22                     "out": [],
23                     "run": "#step1.cwl"
24                 },
25                 {
26                     "id": "#main/step2",
27                     "in": [],
28                     "out": [],
29                     "run": "#step2.cwl"
30                 }
31             ]
32         },
33         {
34             "arguments": [
35                 "echo",
36                 "$(inputs.a)",
37                 "$(inputs.b)"
38             ],
39             "class": "CommandLineTool",
40             "id": "#step1.cwl",
41             "inputs": [
42                 {
43                     "default": {
44                         "basename": "a.txt",
45                         "class": "File",
46                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt",
47                         "nameext": ".txt",
48                         "nameroot": "a"
49                     },
50                     "id": "#step1.cwl/a",
51                     "type": "File"
52                 },
53                 {
54                     "default": {
55                         "basename": "b.txt",
56                         "class": "File",
57                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt",
58                         "nameext": ".txt",
59                         "nameroot": "b"
60                     },
61                     "id": "#step1.cwl/b",
62                     "type": "File"
63                 }
64             ],
65             "outputs": []
66         },
67         {
68             "arguments": [
69                 "echo",
70                 "$(inputs.c)",
71                 "$(inputs.b)"
72             ],
73             "class": "CommandLineTool",
74             "id": "#step2.cwl",
75             "inputs": [
76                 {
77                     "default": {
78                         "basename": "b.txt",
79                         "class": "File",
80                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt",
81                         "nameext": ".txt",
82                         "nameroot": "b"
83                     },
84                     "id": "#step2.cwl/b",
85                     "type": "File"
86                 },
87                 {
88                     "default": {
89                         "basename": "c.txt",
90                         "class": "File",
91                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt",
92                         "nameext": ".txt",
93                         "nameroot": "c"
94                     },
95                     "id": "#step2.cwl/c",
96                     "type": "File"
97                 }
98             ],
99             "outputs": []
100         }
101     ],
102     "cwlVersion": "v1.0"
103 }