projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16169: Monkey patch load_tool.resolve_and_validate_document to fix bug
[arvados.git]
/
sdk
/
cwl
/
tests
/
15295-bad-keep-ref.cwl
1
cwlVersion: v1.0
2
class: CommandLineTool
3
requirements:
4
- class: InlineJavascriptRequirement
5
arguments:
6
- ls
7
- -l
8
- $(inputs.hello)
9
inputs:
10
hello:
11
type: File
12
outputs: []