projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'main' from workbench2.git
[arvados.git]
/
sdk
/
cwl
/
tests
/
12418-glob-empty-collection.cwl
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
{
6
"cwlVersion": "v1.0",
7
"arguments": [
8
"true"
9
],
10
"class": "CommandLineTool",
11
"inputs": [],
12
"outputs": [
13
{
14
"id": "out",
15
"outputBinding": {
16
"glob": "*.txt"
17
},
18
"type": [
19
"null",
20
"File"
21
]
22
}
23
]
24
}