X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9cc572d6a44262e21251372e28b549cfc09e681a..e1953022010bc0679a2d79baf5c040b8312c5d8b:/sdk/cwl/tests/collection_per_tool/collection_per_tool_packed.cwl diff --git a/sdk/cwl/tests/collection_per_tool/collection_per_tool_packed.cwl b/sdk/cwl/tests/collection_per_tool/collection_per_tool_packed.cwl index 9bf1c20aab..c934274fcb 100644 --- a/sdk/cwl/tests/collection_per_tool/collection_per_tool_packed.cwl +++ b/sdk/cwl/tests/collection_per_tool/collection_per_tool_packed.cwl @@ -6,6 +6,12 @@ "$graph": [ { "class": "Workflow", + "hints": [ + { + "acrContainerImage": "999999999999999999999999999999d3+99", + "class": "http://arvados.org/cwl#WorkflowRunnerResources" + } + ], "id": "#main", "inputs": [], "outputs": [], @@ -35,16 +41,22 @@ "inputs": [ { "default": { + "basename": "a.txt", "class": "File", - "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt" + "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/a.txt", + "nameext": ".txt", + "nameroot": "a" }, "id": "#step1.cwl/a", "type": "File" }, { "default": { + "basename": "b.txt", "class": "File", - "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt" + "location": "keep:b9fca8bf06b170b8507b80b2564ee72b+57/b.txt", + "nameext": ".txt", + "nameroot": "b" }, "id": "#step1.cwl/b", "type": "File" @@ -63,16 +75,22 @@ "inputs": [ { "default": { + "basename": "b.txt", "class": "File", - "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt" + "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/b.txt", + "nameext": ".txt", + "nameroot": "b" }, "id": "#step2.cwl/b", "type": "File" }, { "default": { + "basename": "c.txt", "class": "File", - "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt" + "location": "keep:8e2d09a066d96cdffdd2be41579e4e2e+57/c.txt", + "nameext": ".txt", + "nameroot": "c" }, "id": "#step2.cwl/c", "type": "File" @@ -82,4 +100,4 @@ } ], "cwlVersion": "v1.0" -} \ No newline at end of file +}