]> git.arvados.org - arvados.git/blob - sdk/cwl/tests/tool/submit_tool.cwl
10081: Fix RunInSingleContainer test
[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 cwlVersion: v1.0
8 requirements:
9   - class: DockerRequirement
10     dockerPull: debian:8
11 inputs:
12   - id: x
13     type: File
14     default:
15       class: File
16       location: blub.txt
17     inputBinding:
18       position: 1
19 outputs: []
20 baseCommand: cat