File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Hello!
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.
Original file line number Diff line number Diff line change 11Authors:
22
3+ This specification is a draft, and has not yet been approved as an official CWL standard.
34
45Contributors to v1.3.0-dev1:
56
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ cwl:tool: cwlsite.cwl
33jekyll-site: {class: Directory, location: ../content}
44rnaseq-training: {class: Directory, location: ../rnaseq-training}
55render:
6- - {$import: cwlsite-v1.2 -job.yaml}
6+ - {$import: cwlsite-v1.3 -job.yaml}
77schemas:
8- - {$import: cwlsite-v1.2 -schemas.yaml}
8+ - {$import: cwlsite-v1.3 -schemas.yaml}
Original file line number Diff line number Diff line change 1- # Common Workflow Language Standards, v1.2
1+ # Common Workflow Language Standards, v1.3.0-dev1
22
33The [ User Guide] ( http://www.commonwl.org/user_guide/ ) provides a gentle
44introduction to writing CWL command line tools and workflows. Currently the CWL User Guide targets CWL v1.0 only.
Original file line number Diff line number Diff line change @@ -10,11 +10,8 @@ if [[ -d $bn ]] ; then
1010else
1111 git clone $repo $bn && pushd $bn ; git checkout main ; git show --no-patch ; popd
1212fi
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
1613CURDIR=$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/
1916mkdir -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
You can’t perform that action at this time.
0 commit comments