Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Amstutz <peter.amstutz@curii.com>
  • Loading branch information
mr-c and tetron committed Oct 30, 2023
1 parent cf52780 commit bd9e228
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
18 changes: 8 additions & 10 deletions CommandLineTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,17 @@ $graph:
- {$include: intro.md}

- |
## Introduction to the CWL Command Line Tool draft standard v1.2.1
## Introduction to the CWL Command Line Tool standard v1.2.1
This specification represents the latest development draft from the
CWL project. There are no new features nor behavior changes in CWL v1.2.1
as compared to CWL v1.2. v1.2.1 fixes only typos, adds clarifications,
There are no new features nor behavior changes in CWL v1.2.1
as compared to CWL v1.2.0. v1.2.1 fixes only typos, adds clarifications,
and adds additional conformance tests. Some changes to the schema defining
CWL have been changed to aid the auto-generation of libraries for the reading
and writing of CWL documents.
CWL are to aid the auto-generation of libraries for the reading and
writing of CWL documents.
Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax
meaning of all terms in CWL `1.2.x is the same. However, when reporting
results from running the CWL conformance tests, please do report all
three components; for example "99% of CWL v1.2.0 required tests" or
Documents should continue to specify `cwlVersion: v1.2`. However, when
reporting results from running the CWL conformance tests, please do report
all three components; for example "99% of CWL v1.2.0 required tests" or
"100% of CWL v1.2.1 required tests".
See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1)
Expand Down
16 changes: 7 additions & 9 deletions Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,17 @@ $graph:
- {$include: intro.md}

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

0 comments on commit bd9e228

Please sign in to comment.