Skip to content

Commit 2b3669f

Browse files
committed
more info on glob
1 parent 091cb4c commit 2b3669f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ specifying a Singularity format container is not part of the CWL standards.
449449
## How outputBinding.glob works
450450
The `outputBinding` section describes how to set the value of each output parameter. The `glob` field is used to return all files/pathnames that match a specific pattern. The value of the glob field is the `output directory`.
451451
Glob's pattern rules abide to standard Unix path expansion rules. According to benchmarks, it is also expected to be faster than other methods for matching pathnames in directories.
452-
Wildcard characters can be used in the filenames when searching for files. The wildcard characters can either be an asterisk `*`, a question mark `?` or a range `[]`
452+
Wildcard characters can be used in the filenames when searching for files. The wildcard characters can either be an asterisk `*`, a question mark matching pathnames in directories. `?` or a range `[]`
453453

454454
```cwl
455455
outputs:

0 commit comments

Comments
 (0)