You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/faq.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,9 @@ The reference runner and several other CWL implementations support running
446
446
those Docker format containers using the Singularity engine. Directly
447
447
specifying a Singularity format container is not part of the CWL standards.
448
448
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
+
449
452
## Debug JavaScript expressions
450
453
451
454
You can use the <code>--js-console</code> option of <code>cwltool</code>, or you can try
0 commit comments