You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Common Workflow Language Specifications, v1.1.0-dev1
1
+
# Common Workflow Language Specifications, v1.1.0-dev1 "release candidate 1"
2
2
3
3
<!-- remove this before v1.1 is final! -->
4
4
WARNING, this is a draft and in progress! Development of CWL v1.1 is coordinated at https://github.com/common-workflow-language/common-workflow-language/milestone/6
5
5
6
6
The CWL specifications are divided up into several documents.
7
7
8
8
The [User Guide](http://www.commonwl.org/user_guide/) provides a gentle
9
-
introduction to writing CWL command line tools and workflows.
9
+
introduction to writing CWL command line tools and workflows. Currently it is for CWL v1.0 only.
10
10
11
11
The [Command Line Tool Description Specification](CommandLineTool.html)
12
12
specifies the document schema and execution semantics for wrapping and
@@ -69,15 +69,13 @@ You can run a particular test
69
69
```
70
70
71
71
72
-
If you are running tests for an unreleased CWL version use the `--enable-dev` flag:
72
+
If you are running tests using the CWL reference runner "cwltool" for an unreleased version of the CWL standards use the `--enable-dev` flag:
73
73
```
74
-
./run_test.sh EXTRA=--enable-dev
74
+
./run_test.sh RUNNER=cwltool EXTRA=--enable-dev
75
75
```
76
76
77
77
78
78
For details of options you can pass to the test script, do:
0 commit comments