14198: Federation feature and testing
[arvados.git] / sdk / cwl / tests / federation / cases / md5sum.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   hash:
16     type: File
17     outputBinding:
18       glob: out.txt
19 stdin: $(inputs.inp.path)
20 stdout: out.txt
21 arguments: ["md5sum", "-"]