@@ -46,8 +46,11 @@ $graph:
46
46
CWL have been changed to aid the auto-generation of libraries for the reading
47
47
and writing of CWL documents.
48
48
49
- Do not write `cwlVersion: v1.2.1`, that is not a valid version of the CWL
50
- syntax.
49
+ Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax
50
+ meaning of all terms in CWL `1.2.x is the same. However, when reporting
51
+ results from running the CWL conformance tests, please do report all
52
+ three components; for example "99% of CWL v1.2.0 required tests" or
53
+ "100% of CWL v1.2.1 required tests".
51
54
52
55
See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1)
53
56
@@ -151,9 +154,9 @@ $graph:
151
154
unserialized hints to normal objects themselves.
152
155
153
156
### Updated Conformance Tests for v1.2.1
154
- * Conformance tests are now referred to by their textual identifiers (`id`). Previously
155
- this was the `label` field. Tests without a `label`/`id` have been give
156
- one.
157
+ * Conformance tests are now referred to by their textual identifiers (`id`).
158
+ Previously this was the `label` field. Tests without a `label`/`id`
159
+ have been given one.
157
160
* `tests/loadContents/cwloutput-nolimit.cwl`: Made explicit that
158
161
`bigstring` is an additional output as generated by the existing
159
162
`mkfilelist.py` script's use of [`cwl.output.json`](#Output_binding).
@@ -245,7 +248,7 @@ $graph:
245
248
scientific notation.
246
249
247
250
# ### `MultipleInputFeatureRequirement`
248
- * `multiple-input-feature-requirement`: MultipleInputFeatureRequirement on
251
+ * `multiple-input-feature-requirement`: ` MultipleInputFeatureRequirement` on
249
252
workflow outputs.
250
253
251
254
# ### `InitialWorkDirRequirement`
0 commit comments