14198: Working on two step test cases
[arvados.git] / sdk / cwl / tests / federation / cases / rev.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: CommandLineTool
7 $namespaces:
8   arv: "http://arvados.org/cwl#"
9 requirements:
10   InlineJavascriptRequirement: {}
11   arv:ClusterTarget:
12     cluster_id: $(inputs.runOnCluster)
13 inputs:
14   inp:
15     type: File
16   runOnCluster: string
17 outputs:
18   revhash:
19     type: File
20     outputBinding:
21       glob: out.txt
22 stdout: out.txt
23 arguments: [rev, $(inputs.inp)]