Skip to content

Commit ee0bea3

Browse files
committed
add descriptions
1 parent 04dfbf0 commit ee0bea3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

draft-3/cwl-runner.cwl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ inputs:
1111
- id: outdir
1212
type: string
1313
default: outdir
14+
description: |
15+
Output directory, defaults to the current directory
1416
inputBinding:
1517
- prefix: "--outdir"
1618

@@ -44,16 +46,24 @@ inputs:
4446

4547
- id: no-container
4648
type: bool
49+
description: |
50+
Do not execute jobs in a Docker container, even when specified by the
51+
CommandLineTool
4752
inputBinding:
4853
- prefix: "--no-container"
4954

5055
- id: tmp-outdir-prefix
5156
type: string
57+
description: |
58+
Path prefix for temporary directories. Useful for OS X so that boot2docker
59+
writes to /Users
5260
inputBinding:
5361
- prefix: "--tmp-outdir-prefix"
5462

5563
- id: tmpdir-prefix
5664
type: string
65+
description: |
66+
Path prefix for temporary directories
5767
inputBinding:
5868
- prefix: "--tmpdir-prefix"
5969

0 commit comments

Comments
 (0)