Skip to content

Commit bfe4075

Browse files
authored
Merge pull request #47 from common-workflow-language/stable-release
Approve CWL v1.2 stable release
2 parents 729bb8d + 317dce2 commit bfe4075

File tree

300 files changed

+320
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+320
-324
lines changed

CommandLineTool.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ $graph:
1010
type: documentation
1111
doc:
1212
- |
13-
# Common Workflow Language (CWL) Command Line Tool Description, v1.2.0-dev5
13+
# Common Workflow Language (CWL) Command Line Tool Description, v1.2
1414
1515
This version:
16-
* https://w3id.org/cwl/v1.2.0-dev5/
16+
* https://w3id.org/cwl/v1.2/
1717
1818
Latest stable version:
1919
* https://w3id.org/cwl/
@@ -37,17 +37,17 @@ $graph:
3737
- {$include: intro.md}
3838

3939
- |
40-
## Introduction to the CWL Command Line Tool standard v1.2.0-dev5
40+
## Introduction to the CWL Command Line Tool standard v1.2
4141
4242
This specification represents the latest development release from the
43-
CWL group. Since the v1.1 release, v1.2.0-dev5 introduces the
43+
CWL group. Since the v1.1 release, v1.2 introduces the
4444
following updates to the CWL Command Line Tool standard.
45-
Documents should use `cwlVersion: v1.2.0-dev5` to make use of new
46-
syntax and features introduced in v1.2.0-dev5. Existing v1.1 documents
45+
Documents should use `cwlVersion: v1.2` to make use of new
46+
syntax and features introduced in v1.2. Existing v1.1 documents
4747
should be trivially updatable by changing `cwlVersion`, however
4848
CWL documents that relied on previously undefined or
4949
underspecified behavior may have slightly different behavior in
50-
v1.2.0-dev5.
50+
v1.2.
5151
5252
## Changelog
5353
@@ -81,7 +81,7 @@ $graph:
8181
running in containers.
8282
* Specify default success/fail interpretation of exit codes when not given.
8383
84-
See also the [CWL Workflow Description, v1.2.0-dev5 changelog](Workflow.html#Changelog).
84+
See also the [CWL Workflow Description, v1.2 changelog](Workflow.html#Changelog).
8585
For other changes since CWL v1.0, see the
8686
[CWL Command Line Tool Description, v1.1 changelog](https://www.commonwl.org/v1.1/CommandLineTool.html#Changelog)
8787

Process.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $namespaces:
88

99
$graph:
1010

11-
- name: "Common Workflow Language, v1.2.0-dev5"
11+
- name: "Common Workflow Language, v1.2"
1212
type: documentation
1313
doc: {$include: concepts.md}
1414

@@ -45,6 +45,7 @@ $graph:
4545
- cwl:v1.2.0-dev3
4646
- cwl:v1.2.0-dev4
4747
- cwl:v1.2.0-dev5
48+
- cwl:v1.2
4849

4950
- name: CWLType
5051
type: enum

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hello!
22

3-
This repo holds the unreleased v1.2 of the Common Workflow Language standard and the history of its development.
3+
This repo holds the released v1.2 of the Common Workflow Language standard and the history of its development.
44

55
You can render this using https://github.com/common-workflow-language/cwl-website/blob/master/website.sh
66

7-
You may browse the spec online at https://www.commonwl.org/v1.2.0-dev5
7+
You may browse the spec online at https://www.commonwl.org/v1.2

Workflow.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ $graph:
1111
type: documentation
1212
doc:
1313
- |
14-
# Common Workflow Language (CWL) Workflow Description, v1.2.0-dev5
14+
# Common Workflow Language (CWL) Workflow Description, v1.2
1515
1616
This version:
17-
* https://w3id.org/cwl/v1.2.0-dev5/
17+
* https://w3id.org/cwl/v1.2/
1818
1919
Latest stable version:
2020
* https://w3id.org/cwl/
@@ -35,17 +35,17 @@ $graph:
3535

3636
- |
3737
38-
## Introduction to CWL Workflow standard v1.2.0-dev5
38+
## Introduction to CWL Workflow standard v1.2
3939
4040
This specification represents the latest stable release from the
41-
CWL group. Since the v1.1 release, v1.2.0-dev5 introduces the
41+
CWL group. Since the v1.1 release, v1.2 introduces the
4242
following updates to the CWL Workflow standard.
43-
Documents should to use `cwlVersion: v1.2.0-dev5` to make use of new
44-
syntax and features introduced in v1.2.0-dev5. Existing v1.1 documents
43+
Documents should to use `cwlVersion: v1.2` to make use of new
44+
syntax and features introduced in v1.2. Existing v1.1 documents
4545
should be trivially updatable by changing `cwlVersion`, however
4646
CWL documents that relied on previously undefined or
4747
underspecified behavior may have slightly different behavior in
48-
v1.2.0-dev5.
48+
v1.2.
4949
5050
## Changelog
5151
@@ -72,7 +72,7 @@ $graph:
7272
* Added discussion about handling different document versions.
7373
* Added definition of **data link**
7474
75-
See also the [CWL Command Line Tool Description, v1.2.0-dev5 changelog](CommandLineTool.html#Changelog).
75+
See also the [CWL Command Line Tool Description, v1.2 changelog](CommandLineTool.html#Changelog).
7676
For other changes since CWL v1.0, see the
7777
[CWL Workflow Description, v1.1 changelog](https://www.commonwl.org/v1.1/Workflow.html#Changelog)
7878

contrib.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,12 @@ Contributors to v1.2:
1313

1414
Incorporates the work of past authors and contributors to [CWL v1.0](https://www.commonwl.org/v1.0/Workflow.html) and [CWL v1.1](https://www.commonwl.org/v1.1/Workflow.html).
1515

16-
This specification is a draft, and has not yet been approved as an official CWL standard.
17-
18-
<!-- v1.2.0-devN is not yet approvied
19-
This specification was [approved on 6 June 2019](https://github.com/common-workflow-language/common-workflow-language/issues/861) by the CWL leadership team consisting of:
16+
This specification was [approved on XXX August 2020](https://github.com/common-workflow-language/cwl-v1.2/XXX) by the CWL leadership team consisting of:
2017

2118
* Peter Amstutz, Curii Inc. / Arvados; https://orcid.org/0000-0003-3566-7705
2219
* John Chilton, Pennsylvania State University / Galaxy Project; https://orcid.org/0000-0002-6794-0756
2320
* Michael R. Crusoe, CWL Project Lead; https://orcid.org/0000-0002-2961-9670
2421
* Brandi Davis Dusenbery, Seven Bridges Genomics, Inc.; https://orcid.org/0000-0001-7811-8613
25-
* Jeff Gentry, Broad Institute; https://orcid.org/0000-0001-5351-8442
22+
* Jeff Gentry, Foundation Medicine; https://orcid.org/0000-0001-5351-8442
2623
* Hervé Ménager, Institut Pasteur; https://orcid.org/0000-0002-7552-1009
2724
* Stian Soiland-Reyes, University of Manchester; https://orcid.org/0000-0001-9842-9718
28-
29-
-->

cwl-runner.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: v1.2.0-dev5
3+
cwlVersion: v1.2
44

55
doc: |
66
Generic interface to run a Common Workflow Language tool or workflow from the

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Common Workflow Language Specifications, v1.2.0-dev5
1+
# Common Workflow Language Specifications, v1.2
22

33
The CWL specifications are divided up into several documents.
44

55
The [User Guide](http://www.commonwl.org/user_guide/) provides a gentle
6-
introduction to writing CWL command line tools and workflows. Currently it is for CWL v1.0 only.
6+
introduction to writing CWL command line tools and workflows. Currently it covers CWL v1.0 only.
77

88
The [Command Line Tool Description Specification](CommandLineTool.html)
99
specifies the document schema and execution semantics for wrapping and

tests/anon_enum_inside_array.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2.0-dev5
1+
cwlVersion: v1.2
22
class: CommandLineTool
33
inputs:
44
first:

tests/anon_enum_inside_array_inside_schemadef.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2.0-dev5
1+
cwlVersion: v1.2
22
class: CommandLineTool
33
requirements:
44
SchemaDefRequirement:

tests/any-type-compat.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.2.0-dev5
1+
cwlVersion: v1.2
22
class: Workflow
33

44
steps: []

0 commit comments

Comments
 (0)