Skip to content

Commit 01f5cbf

Browse files
authored
Merge pull request #49 from common-workflow-language/standards_not_specs
Clarify that CWL is a standard, not just a specification
2 parents b6ae88d + f5bcfa6 commit 01f5cbf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
To cite the Common Workflow Language standard in a publication, please use:
1+
To cite the Common Workflow Language standards in a publication, please use:
22

33
Amstutz, Peter; Crusoe, Michael R; Tijanić, Nebojša; Chapman, Brad;
44
Chilton, John; Heuer, Michael; Kartashov, Andrey; Kern, John; Leehr, Dan;
55
Ménager, Hervé; Nedeljkovich, Maya; Scales, Matt; Soiland-Reyes, Stian;
6-
Stojanovic, Luka (2016): Common Workflow Language, v1.0. Specification,
6+
Stojanovic, Luka (2016): Common Workflow Language, v1.0. Standards,
77
Common Workflow Language working group. https://w3id.org/cwl/v1.0/
88
https://doi.org/10.6084/m9.figshare.3115156.v2
99

index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Common Workflow Language Specifications, v1.2
2-
3-
The CWL specifications are divided up into several documents.
1+
# Common Workflow Language Standards, v1.2
42

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

8-
The [Command Line Tool Description Specification](CommandLineTool.html)
6+
The CWL [Command Line Tool Description Standard](CommandLineTool.html)
97
specifies the document schema and execution semantics for wrapping and
108
executing command line tools.
119

12-
The [Workflow Description Specification](Workflow.html) specifies the document
10+
The CWL [Workflow Description Standard](Workflow.html) specifies the document
1311
schema and execution semantics for composing workflows from components such as
1412
command line tools and other workflows.
1513

0 commit comments

Comments
 (0)