X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9828e9218084856240fdeafa2d388d8bf322e655..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl diff --git a/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl b/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl new file mode 100644 index 0000000000..d486e5a760 --- /dev/null +++ b/sdk/cwl/tests/wf/expect_upload_wrapper_altname.cwl @@ -0,0 +1,89 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + +{ + "$graph": [ + { + "class": "Workflow", + "hints": [ + { + "acrContainerImage": "999999999999999999999999999999d3+99", + "class": "http://arvados.org/cwl#WorkflowRunnerResources" + } + ], + "id": "#main", + "inputs": [ + { + "default": { + "basename": "blorp.txt", + "class": "File", + "location": "keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt", + "nameext": ".txt", + "nameroot": "blorp", + "size": 16 + }, + "id": "#main/x", + "type": "File" + }, + { + "default": { + "basename": "99999999999999999999999999999998+99", + "class": "Directory", + "location": "keep:99999999999999999999999999999998+99" + }, + "id": "#main/y", + "type": "Directory" + }, + { + "default": { + "basename": "anonymous", + "class": "Directory", + "listing": [ + { + "basename": "renamed.txt", + "class": "File", + "location": "keep:99999999999999999999999999999998+99/file1.txt", + "nameext": ".txt", + "nameroot": "renamed", + "size": 0 + } + ], + "location": "_:df80736f-f14d-4b10-b2e3-03aa27f034b2" + }, + "id": "#main/z", + "type": "Directory" + } + ], + "outputs": [], + "requirements": [ + { + "class": "SubworkflowFeatureRequirement" + } + ], + "steps": [ + { + "id": "#main/submit_wf.cwl", + "in": [ + { + "id": "#main/step/x", + "source": "#main/x" + }, + { + "id": "#main/step/y", + "source": "#main/y" + }, + { + "id": "#main/step/z", + "source": "#main/z" + } + ], + "label": "testing 123", + "out": [], + "run": "keep:f1c2b0c514a5fb9b2a8b5b38a31bab66+61/workflow.json#main" + } + ] + } + ], + "cwlVersion": "v1.2" +}