projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
18773: Fix tests.test_submit.TestSubmit.test_arvados_jobs_image
[arvados.git]
/
sdk
/
cwl
/
tests
/
order
/
inputs_test_order.json
1
{
2
"fileInput": {
3
"class": "File",
4
"path": "../input/blorp.txt"
5
},
6
"boolInput": true,
7
"floatInput": 1.234,
8
"optionalFloatInput": null
9
}