File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ inputs:
11
11
- id : outdir
12
12
type : string
13
13
default : outdir
14
+ description: |
15
+ Output directory, defaults to the current directory
14
16
inputBinding :
15
17
- prefix : "--outdir"
16
18
@@ -44,16 +46,24 @@ inputs:
44
46
45
47
- id : no-container
46
48
type : bool
49
+ description: |
50
+ Do not execute jobs in a Docker container, even when specified by the
51
+ CommandLineTool
47
52
inputBinding :
48
53
- prefix : "--no-container"
49
54
50
55
- id : tmp-outdir-prefix
51
56
type : string
57
+ description: |
58
+ Path prefix for temporary directories. Useful for OS X so that boot2docker
59
+ writes to /Users
52
60
inputBinding :
53
61
- prefix : "--tmp-outdir-prefix"
54
62
55
63
- id : tmpdir-prefix
56
64
type : string
65
+ description: |
66
+ Path prefix for temporary directories
57
67
inputBinding :
58
68
- prefix : "--tmpdir-prefix"
59
69
You can’t perform that action at this time.
0 commit comments