c8264647161cf412fd20cbcd08febf01ca92154f
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir2.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 inputs:
4   inp2:
5     type: Directory
6     default:
7       class: Directory
8       basename: inp2
9       listing:
10         - class: File
11           basename: "hello.txt"
12           contents: "hello world"
13 outputs: []
14 arguments: [echo, $(inputs.inp2)]