21700: Install Bundler system-wide in Rails postinst
[arvados.git] / sdk / cwl / tests / collection_per_tool / collection_per_tool_wrapper.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             "requirements": [
19                 {
20                     "class": "SubworkflowFeatureRequirement"
21                 }
22             ],
23             "steps": [
24                 {
25                     "id": "#main/collection_per_tool.cwl",
26                     "in": [],
27                     "label": "collection_per_tool.cwl",
28                     "out": [],
29                     "run": "keep:177002db236f41230905621862cc4230+367/collection_per_tool.cwl"
30                 }
31             ]
32         }
33     ],
34     "cwlVersion": "v1.2"
35 }