Skip to content

Commit 578a07c

Browse files
committed
add info on how outputBinding and glob works
1 parent aaef445 commit 578a07c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ The reference runner and several other CWL implementations support running
446446
those Docker format containers using the Singularity engine. Directly
447447
specifying a Singularity format container is not part of the CWL standards.
448448

449+
## How outputBinding.glob works
450+
The `outputBinding` section describes how to set the value of each output parameter. The `glob` field is used to return all file paths that match a specific pattern. The value of the glob field is the `output directory ` Wildcard characters can be used in the filenames when searching for files.
451+
449452
## Debug JavaScript expressions
450453

451454
You can use the <code>--js-console</code> option of <code>cwltool</code>, or you can try

0 commit comments

Comments
 (0)