21316: Merge commit '1416f698b72de4b09350d9c2fb25c1405c3247bc' into 21316-left-panel...
[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 inputs:
12   inp:
13     type: File
14 outputs:
15   revhash:
16     type: File
17     outputBinding:
18       glob: out.txt
19 stdout: out.txt
20 arguments: [rev, $(inputs.inp)]