projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
13976: Add CWL test exposing the bug
[arvados.git]
/
sdk
/
cwl
/
tests
/
13976-keepref-wf.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
default:
13
class: File
14
location: keep:4d8a70b1e63b2aad6984e40e338e2373+69/hello.txt
15
secondaryFiles:
16
- .idx
17
outputs: []