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
/
submit_test_job_missing.json
1
{
2
"x": {
3
"class": "File",
4
"path": "input/blorp.txt"
5
},
6
"y": {
7
"class": "Directory",
8
"location": "keep:99999999999999999999999999999998+99",
9
"listing": [{
10
"class": "File",
11
"location": "keep:99999999999999999999999999999998+99/file1.txt"
12
}]
13
}
14
}