@@ -37,19 +37,17 @@ $graph:
37
37
- {$include: intro.md}
38
38
39
39
- |
40
- ## Introduction to the CWL Command Line Tool draft standard v1.2.1
40
+ ## Introduction to the CWL Command Line Tool standard v1.2.1
41
41
42
- This specification represents the latest development draft from the
43
- CWL project. There are no new features nor behavior changes in CWL v1.2.1
44
- as compared to CWL v1.2. v1.2.1 fixes only typos, adds clarifications,
42
+ There are no new features nor behavior changes in CWL v1.2.1
43
+ as compared to CWL v1.2.0. v1.2.1 fixes only typos, adds clarifications,
45
44
and adds additional conformance tests. Some changes to the schema defining
46
- CWL have been changed to aid the auto-generation of libraries for the reading
47
- and writing of CWL documents.
45
+ CWL are to aid the auto-generation of libraries for the reading and
46
+ writing of CWL documents.
48
47
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
48
+ Documents should continue to specify `cwlVersion: v1.2`. However, when
49
+ reporting results from running the CWL conformance tests, please do report
50
+ all three components; for example "99% of CWL v1.2.0 required tests" or
53
51
"100% of CWL v1.2.1 required tests".
54
52
55
53
See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1)
0 commit comments