]> git.arvados.org - arvados.git/blob - sdk/cwl/tests/wf-defaults/default-dir3.cwl
Merge branch '16159-token-expiration-on-logout'
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir3.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: CommandLineTool
7 inputs:
8   inp2:
9     type: Directory
10     default:
11       class: Directory
12       listing:
13         - class: File
14           location: "inp1/hello.txt"
15 outputs: []
16 arguments: [echo, $(inputs.inp2)]