18947: Remove errant uses of runsu.sh.
[arvados.git] / sdk / cwl / tests / wf / expect_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             "baseCommand": "cat",
9             "class": "CommandLineTool",
10             "id": "#submit_tool.cwl",
11             "inputs": [
12                 {
13                     "default": {
14                         "class": "File",
15                         "location": "keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt"
16                     },
17                     "id": "#submit_tool.cwl/x",
18                     "inputBinding": {
19                         "position": 1
20                     },
21                     "type": "File"
22                 }
23             ],
24             "outputs": [],
25             "requirements": [
26                 {
27                     "class": "DockerRequirement",
28                     "dockerPull": "debian:buster-slim",
29                     "http://arvados.org/cwl#dockerCollectionPDH": "999999999999999999999999999999d4+99"
30                 }
31             ]
32         },
33         {
34             "class": "Workflow",
35             "id": "#main",
36             "inputs": [
37                 {
38                     "default": {
39                         "basename": "blorp.txt",
40                         "class": "File",
41                         "location": "keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt",
42                         "nameext": ".txt",
43                         "nameroot": "blorp",
44                         "size": 16
45                     },
46                     "id": "#main/x",
47                     "type": "File"
48                 },
49                 {
50                     "default": {
51                         "basename": "99999999999999999999999999999998+99",
52                         "class": "Directory",
53                         "location": "keep:99999999999999999999999999999998+99"
54                     },
55                     "id": "#main/y",
56                     "type": "Directory"
57                 },
58                 {
59                     "default": {
60                         "basename": "anonymous",
61                         "class": "Directory",
62                         "listing": [
63                             {
64                                 "basename": "renamed.txt",
65                                 "class": "File",
66                                 "location": "keep:99999999999999999999999999999998+99/file1.txt",
67                                 "nameext": ".txt",
68                                 "nameroot": "renamed",
69                                 "size": 0
70                             }
71                         ]
72                     },
73                     "id": "#main/z",
74                     "type": "Directory"
75                 }
76             ],
77             "outputs": [],
78             "steps": [
79                 {
80                     "id": "#main/step1",
81                     "in": [
82                         {
83                             "id": "#main/step1/x",
84                             "source": "#main/x"
85                         }
86                     ],
87                     "out": [],
88                     "run": "#submit_tool.cwl"
89                 }
90             ]
91         }
92     ],
93     "cwlVersion": "v1.0"
94 }