projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '19464-capture-git-info' refs #19464
[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", "-"]