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:
8
8
9
9
$graph :
10
10
11
- - name : " Common Workflow Language, v1.2 "
11
+ - name : " Common Workflow Language, v1.3.0-dev1 "
12
12
type : documentation
13
13
doc : {$include: concepts.md}
14
14
Original file line number Diff line number Diff line change 1
1
Hello!
2
2
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 1
1
Authors:
2
2
3
+ This specification is a draft, and has not yet been approved as an official CWL standard.
3
4
4
5
Contributors to v1.3.0-dev1:
5
6
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ cwl:tool: cwlsite.cwl
3
3
jekyll-site: {class: Directory, location: ../content}
4
4
rnaseq-training: {class: Directory, location: ../rnaseq-training}
5
5
render:
6
- - {$import: cwlsite-v1.2 -job.yaml}
6
+ - {$import: cwlsite-v1.3 -job.yaml}
7
7
schemas:
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
2
2
3
3
The [ User Guide] ( http://www.commonwl.org/user_guide/ ) provides a gentle
4
4
introduction 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
10
10
else
11
11
git clone $repo $bn && pushd $bn ; git checkout main ; git show --no-patch ; popd
12
12
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
16
13
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/
19
16
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
You can’t perform that action at this time.
0 commit comments