projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12418: Add regression test for glob output on empty collection.
[arvados.git]
/
sdk
/
cwl
/
tests
/
12418-glob-empty-collection.cwl
1
{
2
"cwlVersion": "v1.0",
3
"arguments": [
4
"true"
5
],
6
"class": "CommandLineTool",
7
"inputs": [],
8
"outputs": [
9
{
10
"id": "out",
11
"outputBinding": {
12
"glob": "*.txt"
13
},
14
"type": [
15
"null",
16
"File"
17
]
18
}
19
]
20
}