ed09e6e27f6ed26c05b1671b0b2a19cfe994a987
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir1.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 inputs:
4   inp2:
5     type: Directory
6     default:
7       class: Directory
8       location: inp1
9   inp1:
10     type: File
11     default:
12       class: File
13       location: inp1/hello.txt
14 outputs: []
15 arguments: [echo, $(inputs.inp1), $(inputs.inp2)]