File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,9 @@ $graph:
138
138
# type: ["null", long]
139
139
# doc: Optional directory size.
140
140
141
- - name : stdout
142
- type : record
141
+ - name : CWLStdOut
142
+ type : enum
143
+ symbols : [ stdout ]
143
144
doc : |
144
145
Only valid as a `type` for an output.
145
146
@@ -165,8 +166,9 @@ $graph:
165
166
If there is no `stdout` name provided, a random filename will be created.
166
167
167
168
168
- - name : stderr
169
- type : record
169
+ - name : CWLStdErr
170
+ type : enum
171
+ symbols : [ stderr ]
170
172
doc : |
171
173
Only valid as a `type` for an output.
172
174
@@ -265,8 +267,8 @@ $graph:
265
267
type :
266
268
- " null"
267
269
- " #CWLType"
268
- - " https://w3id.org/cwl/cwl#stdout "
269
- - " https://w3id.org/cwl/cwl#stderr "
270
+ - " #CWLStdOut "
271
+ - " #CWLStdErr "
270
272
- " sld:RecordSchema"
271
273
- " sld:EnumSchema"
272
274
- " sld:ArraySchema"
You can’t perform that action at this time.
0 commit comments