File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,6 @@ inputs:
245
245
workflow_input02: # we use the longer way
246
246
type: File # because we want to specify the "format" too
247
247
format: http://edamontology.org/format_2572
248
- workflow_input03: {} # back to the short form as this entry
249
- # uses the default of no "type" just like the prior
250
- # examples
251
248
```
252
249
253
250
Mixed option 2 and 3 specific example using [ SoftwareRequirement] ( #SoftwareRequirement ) .[ packages] ( #SoftwarePackage ) :
@@ -266,9 +263,9 @@ hints:
266
263
python: {}
267
264
```
268
265
269
- Note: The ` map<…> ` (compact) versions are optional, the verbose option #1 is
266
+ Note: The ` map<…> ` (compact) versions are optional for users , the verbose option #1 is
270
267
always allowed, but for presentation reasons option 3 and 2 may be preferred
271
- by human readers.
268
+ by human readers. Consumers of CWL must support all three options.
272
269
273
270
The normative explanation for these variations, aimed at implementors, is in the
274
271
[ Schema Salad specification] ( SchemaSalad.html#Identifier_maps ) .
You can’t perform that action at this time.
0 commit comments