16139: Add test
[arvados.git] / sdk / cwl / tests / tool / tool_with_sf.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Test case for arvados-cwl-runner
6 #
7 # Used to test whether scanning a tool file for dependencies (e.g. default
8 # value blub.txt) and uploading to Keep works as intended.
9
10 class: CommandLineTool
11 cwlVersion: v1.0
12 requirements:
13   - class: DockerRequirement
14     dockerPull: debian:8
15 inputs:
16   - id: x
17     type: File
18     secondaryFiles:
19       - .cat
20     inputBinding:
21       valueFrom: $(self.path).cat
22       position: 1
23 outputs: []
24 baseCommand: cat