Merge branch '8654-arv-jobs-cwl-runner' closes #8654
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
1 # Test case for arvados-cwl-runner
2 #
3 # Used to test whether scanning a tool file for dependencies (e.g. default
4 # value blub.txt) and uploading to Keep works as intended.
5
6 class: CommandLineTool
7 requirements:
8   - class: DockerRequirement
9     dockerPull: debian:8
10 inputs:
11   - id: x
12     type: File
13     default:
14       class: File
15       path: blub.txt
16     inputBinding:
17       position: 1
18 outputs: []
19 baseCommand: cat