File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ cwlVersion: "cwl:draft-3"
44
55description: |
66 Generic interface to run a Common Workflow Language tool or workflow from the
7- command line. To be implemented by each CWL implementation for use by users
8- and for testing conformance to the standard.
7+ command line. To be implemented by each CWL compliant execution platform for
8+ testing conformance to the standard and optionally for use by users .
99
1010inputs :
1111 - id : outdir
@@ -18,6 +18,7 @@ inputs:
1818
1919 - id : quiet
2020 type : boolean
21+ description: no diagnostic output
2122 inputBinding :
2223 prefix : "--quiet"
2324
@@ -47,8 +48,7 @@ inputs:
4748 - id : no-container
4849 type : boolean
4950 description: |
50- Do not execute jobs in a Docker container, even when specified by the
51- CommandLineTool
51+ Do not execute jobs in a Docker container, even when listed as a Requirement
5252 inputBinding :
5353 prefix : "--no-container"
5454
You can’t perform that action at this time.
0 commit comments