Skip to content

Commit 28f64f0

Browse files
committed
clarify description
1 parent d791500 commit 28f64f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-3/cwl-runner.cwl

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cwlVersion: "cwl:draft-3"
44

55
description: |
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

1010
inputs:
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

0 commit comments

Comments
 (0)