Skip to content

Commit bd9e228

Browse files
mr-ctetron
andcommitted
address review comments
Co-authored-by: Peter Amstutz <[email protected]>
1 parent cf52780 commit bd9e228

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

CommandLineTool.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,17 @@ $graph:
3737
- {$include: intro.md}
3838

3939
- |
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
4141
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,
4544
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.
4847
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
5351
"100% of CWL v1.2.1 required tests".
5452
5553
See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1)

Workflow.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,17 @@ $graph:
3434
- {$include: intro.md}
3535

3636
- |
37-
## Introduction to the CWL Workflow draft standard v1.2.1
37+
## Introduction to the CWL Workflow standard v1.2.1
3838
39-
This specification represents the latest development draft from the
40-
CWL project. There are no new features nor behavior changes in CWL v1.2.1
41-
as compared to CWL v1.2. v1.2.1 fixes only typos, adds clarifications,
39+
There are no new features nor behavior changes in CWL v1.2.1
40+
as compared to CWL v1.2.0. v1.2.1 fixes only typos, adds clarifications,
4241
and adds additional conformance tests. Some changes to the schema defining
43-
CWL have been changed to aid the auto-generation of libraries for the reading
42+
CWL have been made to aid the auto-generation of libraries for the reading
4443
and writing of CWL documents.
4544
46-
Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax
47-
meaning of all terms in CWL `1.2.x is the same. However, when reporting
48-
results from running the CWL conformance tests, please do report all
49-
three components; for example "99% of CWL v1.2.0 required tests" or
45+
Documents should continue to specify `cwlVersion: v1.2`. However, when
46+
reporting results from running the CWL conformance tests, please do report
47+
all three components; for example "99% of CWL v1.2.0 required tests" or
5048
"100% of CWL v1.2.1 required tests".
5149
5250
See also the [CommandLineTool v1.2.1 changelog](CommandLineTool.html#Changelog_for_v1.2.1)

0 commit comments

Comments
 (0)