File tree 1 file changed +19
-12
lines changed
1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -14,58 +14,65 @@ inputs:
14
14
description: |
15
15
Output directory, defaults to the current directory
16
16
inputBinding :
17
- - prefix : "--outdir"
17
+ prefix : "--outdir"
18
18
19
19
- id : quiet
20
- type : bool
20
+ type : boolean
21
21
inputBinding :
22
- - prefix : "--quiet"
22
+ prefix : "--quiet"
23
23
24
24
- id : toolfile
25
25
type : [ "null" , File ]
26
26
description: |
27
27
The tool or workflow description to run. Optional if the jobfile has a
28
28
`cwl:tool` field to indicate the tool or workflow description to run.
29
29
inputBinding :
30
- - position : 1
30
+ position : 1
31
31
32
32
- id : jobfile
33
33
type : File
34
34
inputBinding :
35
- - position : 2
35
+ position : 2
36
36
37
37
- id : conformance-test
38
- type : bool
38
+ type : boolean
39
39
inputBinding :
40
- - prefix : "--conformance-test"
40
+ prefix : "--conformance-test"
41
41
42
42
- id : basedir
43
43
type : string
44
44
inputBinding :
45
- - prefix : "--basedir"
45
+ prefix : "--basedir"
46
46
47
47
- id : no-container
48
- type : bool
48
+ type : boolean
49
49
description: |
50
50
Do not execute jobs in a Docker container, even when specified by the
51
51
CommandLineTool
52
52
inputBinding :
53
- - prefix : "--no-container"
53
+ prefix : "--no-container"
54
54
55
55
- id : tmp-outdir-prefix
56
56
type : string
57
57
description: |
58
58
Path prefix for temporary directories. Useful for OS X so that boot2docker
59
59
writes to /Users
60
60
inputBinding :
61
- - prefix : "--tmp-outdir-prefix"
61
+ prefix : "--tmp-outdir-prefix"
62
62
63
63
- id : tmpdir-prefix
64
64
type : string
65
65
description: |
66
66
Path prefix for temporary directories
67
67
inputBinding :
68
- - prefix : "--tmpdir-prefix"
68
+ prefix : "--tmpdir-prefix"
69
69
70
70
baseCommand : cwl-runner
71
71
72
+ stdout : output-object.json
73
+
74
+ outputs :
75
+ - id : output-object
76
+ type : File
77
+ outputBinding :
78
+ glob : output-object.json
You can’t perform that action at this time.
0 commit comments