File tree 1 file changed +4
-4
lines changed
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"
4
4
5
5
description: |
6
6
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 .
9
9
10
10
inputs :
11
11
- id : outdir
@@ -18,6 +18,7 @@ inputs:
18
18
19
19
- id : quiet
20
20
type : boolean
21
+ description: no diagnostic output
21
22
inputBinding :
22
23
prefix : "--quiet"
23
24
@@ -47,8 +48,7 @@ inputs:
47
48
- id : no-container
48
49
type : boolean
49
50
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
52
52
inputBinding :
53
53
prefix : "--no-container"
54
54
You can’t perform that action at this time.
0 commit comments