6c9e7f760c05c2fbeb67ae98573128709b3b0dd0
[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 }