Skip to content

Commit 568a6ed

Browse files
committed
1.3.0-dev1 cleanups
1 parent 0211998 commit 568a6ed

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Process.yml

Lines changed: 1 addition & 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"
11+
- name: "Common Workflow Language, v1.3.0-dev1"
1212
type: documentation
1313
doc: {$include: concepts.md}
1414

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Hello!
22

3-
This repo holds the v1.3.0-dev0 in-development version of the Common Workflow Language standard and the history of its development.
3+
This repo holds the `v1.3.0-dev1` in-development version of the Common Workflow Language standard and the history of its development.
4+
5+
You can render this draft specification using the `render.bash` script.

contrib.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Authors:
22

3+
This specification is a draft, and has not yet been approved as an official CWL standard.
34

45
Contributors to v1.3.0-dev1:
56

cwlsite-v1.2-only-job.yaml renamed to cwlsite-v1.3-only-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cwl:tool: cwlsite.cwl
33
jekyll-site: {class: Directory, location: ../content}
44
rnaseq-training: {class: Directory, location: ../rnaseq-training}
55
render:
6-
- {$import: cwlsite-v1.2-job.yaml}
6+
- {$import: cwlsite-v1.3-job.yaml}
77
schemas:
8-
- {$import: cwlsite-v1.2-schemas.yaml}
8+
- {$import: cwlsite-v1.3-schemas.yaml}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Common Workflow Language Standards, v1.2
1+
# Common Workflow Language Standards, v1.3.0-dev1
22

33
The [User Guide](http://www.commonwl.org/user_guide/) provides a gentle
44
introduction to writing CWL command line tools and workflows. Currently the CWL User Guide targets CWL v1.0 only.

render.bash

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ if [[ -d $bn ]] ; then
1010
else
1111
git clone $repo $bn && pushd $bn; git checkout main ; git show --no-patch ; popd
1212
fi
13-
echo "- basename: Base.yml" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml
14-
echo " class: File" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml
15-
echo " location: ../v1.2/Base.yml" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml
1613
CURDIR=$PWD
17-
pushd $WORKSPACE/cwl-website ; ln -s $CURDIR v1.2 ; popd
18-
cp cwlsite-v1.2-only-job.yaml $WORKSPACE/cwl-website/site/
14+
pushd $WORKSPACE/cwl-website ; ln -s $CURDIR v1.3 ; popd
15+
cp cwlsite-v1.3-only-job.yaml $WORKSPACE/cwl-website/site/
1916
mkdir -p render
20-
cwltool $@ --no-container --cache $WORKSPACE/cache --outdir $PWD/render --relax-path-checks $WORKSPACE/cwl-website/site/cwlsite.cwl $WORKSPACE/cwl-website/site/cwlsite-v1.2-only-job.yaml
17+
cwltool $@ --no-container --cache $WORKSPACE/cache --outdir $PWD/render --relax-path-checks $WORKSPACE/cwl-website/site/cwlsite.cwl $WORKSPACE/cwl-website/site/cwlsite-v1.3-only-job.yaml

0 commit comments

Comments
 (0)