18947: Remove errant uses of runsu.sh.
[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                         "class": "File",
45                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt"
46                     },
47                     "id": "#step1.cwl/a",
48                     "type": "File"
49                 },
50                 {
51                     "default": {
52                         "class": "File",
53                         "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt"
54                     },
55                     "id": "#step1.cwl/b",
56                     "type": "File"
57                 }
58             ],
59             "outputs": []
60         },
61         {
62             "arguments": [
63                 "echo",
64                 "$(inputs.c)",
65                 "$(inputs.b)"
66             ],
67             "class": "CommandLineTool",
68             "id": "#step2.cwl",
69             "inputs": [
70                 {
71                     "default": {
72                         "class": "File",
73                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt"
74                     },
75                     "id": "#step2.cwl/b",
76                     "type": "File"
77                 },
78                 {
79                     "default": {
80                         "class": "File",
81                         "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt"
82                     },
83                     "id": "#step2.cwl/c",
84                     "type": "File"
85                 }
86             ],
87             "outputs": []
88         }
89     ],
90     "cwlVersion": "v1.0"
91 }