X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/cfea453d1a6fc92f675251a071e4276ef2e30b3f..699ed1d103ccf0a687615939454d2655961300c3:/tests/cwl-diagnostics-hasher/hasher.cwl diff --git a/tests/cwl-diagnostics-hasher/hasher.cwl b/tests/cwl-diagnostics-hasher/hasher.cwl new file mode 100644 index 0000000..86284d9 --- /dev/null +++ b/tests/cwl-diagnostics-hasher/hasher.cwl @@ -0,0 +1,21 @@ +#!/usr/bin/env cwl-runner + +cwlVersion: v1.0 +class: CommandLineTool + +baseCommand: md5sum +inputs: + inputfile: + type: File + inputBinding: + position: 1 + outputname: + type: string + +stdout: $(inputs.outputname) + +outputs: + hasher_out: + type: File + outputBinding: + glob: $(inputs.outputname)