Skip to content

Commit 9132e89

Browse files
committed
intro tweaks
1 parent a6cb03b commit 9132e89

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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"
22

33
<!-- remove this before v1.1 is final! -->
44
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
55

66
The CWL specifications are divided up into several documents.
77

88
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.
1010

1111
The [Command Line Tool Description Specification](CommandLineTool.html)
1212
specifies the document schema and execution semantics for wrapping and
@@ -69,15 +69,13 @@ You can run a particular test
6969
```
7070

7171

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:
7373
```
74-
./run_test.sh EXTRA=--enable-dev
74+
./run_test.sh RUNNER=cwltool EXTRA=--enable-dev
7575
```
7676

7777

7878
For details of options you can pass to the test script, do:
7979
```
8080
./run_test.sh --help
8181
```
82-
83-
The full test suite takes about 10 minutes to run

0 commit comments

Comments
 (0)