21700: Install Bundler system-wide in Rails postinst
[arvados.git] / sdk / cwl / tests / wf / expect_upload_wrapper_altname.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                 {
18                     "default": {
19                         "basename": "blorp.txt",
20                         "class": "File",
21                         "location": "keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt",
22                         "nameext": ".txt",
23                         "nameroot": "blorp",
24                         "size": 16
25                     },
26                     "id": "#main/x",
27                     "type": "File"
28                 },
29                 {
30                     "default": {
31                         "basename": "99999999999999999999999999999998+99",
32                         "class": "Directory",
33                         "location": "keep:99999999999999999999999999999998+99"
34                     },
35                     "id": "#main/y",
36                     "type": "Directory"
37                 },
38                 {
39                     "default": {
40                         "basename": "anonymous",
41                         "class": "Directory",
42                         "listing": [
43                             {
44                                 "basename": "renamed.txt",
45                                 "class": "File",
46                                 "location": "keep:99999999999999999999999999999998+99/file1.txt",
47                                 "nameext": ".txt",
48                                 "nameroot": "renamed",
49                                 "size": 0
50                             }
51                         ]
52                     },
53                     "id": "#main/z",
54                     "type": "Directory"
55                 }
56             ],
57             "outputs": [],
58             "requirements": [
59                 {
60                     "class": "SubworkflowFeatureRequirement"
61                 }
62             ],
63             "steps": [
64                 {
65                     "id": "#main/submit_wf.cwl",
66                     "in": [
67                         {
68                             "id": "#main/step/x",
69                             "source": "#main/x"
70                         },
71                         {
72                             "id": "#main/step/y",
73                             "source": "#main/y"
74                         },
75                         {
76                             "id": "#main/step/z",
77                             "source": "#main/z"
78                         }
79                     ],
80                     "label": "testing 123",
81                     "out": [],
82                     "run": "keep:5b4cf4181c65ad292ccba5b142d758a4+274/wf/submit_wf.cwl"
83                 }
84             ]
85         }
86     ],
87     "cwlVersion": "v1.2"
88 }