Skip to content

Commit 1550753

Browse files
authored
Merge pull request #302 from common-workflow-language/build-v1.1.0-dev1-pages
Build v1.1.0-dev1 pages
2 parents f188887 + 09d3412 commit 1550753

15 files changed

+232
-36
lines changed

site/cwlsite-job.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

site/cwlsite-job.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/bin/env cwl-runner
2+
brand: CWL
3+
brandimg: {class: File, path: CWL-Logo-Header.png}
4+
cwl:tool: cwlsite.cwl
5+
render:
6+
- brandimg: '<img src=''CWL-Logo-Header.png'' style=''height: 61px; margin-top: -20px;
7+
margin-left: -20px''></img>'
8+
brandlink: index.html
9+
primtype: null
10+
redirect: []
11+
renderlist: []
12+
source: {class: File, path: ../README.md}
13+
target: index.html
14+
- {$import: cwlsite-draft3-job.json}
15+
- {$import: cwlsite-v1.0.0-job.json}
16+
- {$import: cwlsite-v1.1.0-dev1-job.yaml}
17+
schemas:
18+
- {$import: cwlsite-draft3-schemas.json}
19+
- {$import: cwlsite-v1.0.0-schemas.json}
20+
- {$import: cwlsite-v1.1.0-dev1-schemas.yaml}

site/cwlsite-draft4-job.json renamed to site/cwlsite-v1.0.0-job.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"source": {
1515
"class": "File",
1616
"path": "../v1.0/CommandLineTool-standalone.yml",
17-
"secondaryFiles": {"$import": "draft4-deps.json"}
17+
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
1818
},
1919
"target": "v1.0/CommandLineTool.html",
2020
"renderlist": [
@@ -30,7 +30,7 @@
3030
"source": {
3131
"class": "File",
3232
"path": "../v1.0/CommonWorkflowLanguage.yml",
33-
"secondaryFiles": {"$import": "draft4-deps.json"}
33+
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
3434
},
3535
"target": "v1.0/Workflow.html",
3636
"renderlist": [
@@ -50,7 +50,7 @@
5050
"primtype": "#CWLType"
5151
},
5252
{
53-
"source": {$import: draft4-metaschema.json},
53+
"source": {$import: v1.0.0-metaschema.json},
5454
"target": "v1.0/SchemaSalad.html",
5555
"renderlist": [
5656
"https://w3id.org/cwl/salad#Semantic_Annotations_for_Linked_Avro_Data",

site/cwlsite-draft4-schemas.json renamed to site/cwlsite-v1.0.0-schemas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"schema_in": {
33
"class": "File",
44
"path": "../v1.0/CommonWorkflowLanguage.yml",
5-
"secondaryFiles": {"$import": "draft4-deps.json"}
5+
"secondaryFiles": {"$import": "v1.0.0-deps.json"}
66
},
77
"context_target": "v1.0/cwl-context.json",
88
"rdfs_target": "v1.0/cwl.ttl"
99
}, {
10-
"schema_in": {$import: draft4-metaschema.json},
10+
"schema_in": {$import: v1.0.0-metaschema.json},
1111
"context_target": "v1.0/salad-context.json",
1212
"rdfs_target": "v1.0/salad.ttl"
1313
}

site/cwlsite-v1.1.0-dev1-job.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
2+
-20px; margin-left: -20px''></img>'
3+
brandlink: ../index.html
4+
primtype: null
5+
redirect: []
6+
renderlist: []
7+
source: {class: File, path: ../v1.1.0-dev1/README.md}
8+
target: v1.1.0-dev1/index.html
9+
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
10+
-20px; margin-left: -20px''></img>'
11+
brandlink: index.html
12+
primtype: '#CWLType'
13+
redirect: []
14+
renderlist: ['https://w3id.org/cwl/cwl#CommandLineToolDoc', 'https://w3id.org/cwl/cwl#CommandLineTool']
15+
source:
16+
class: File
17+
path: ../v1.1.0-dev1/CommandLineTool-standalone.yml
18+
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
19+
target: v1.1.0-dev1/CommandLineTool.html
20+
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
21+
-20px; margin-left: -20px''></img>'
22+
brandlink: index.html
23+
primtype: '#CWLType'
24+
redirect: ['https://w3id.org/cwl/cwl#CommandLineTool=CommandLineTool.html#CommandLineTool',
25+
'https://w3id.org/cwl/cwl#DockerRequirement=CommandLineTool.html#DockerRequirement',
26+
'https://w3id.org/cwl/cwl#CreateFileRequirement=CommandLineTool.html#CreateFileRequirement',
27+
'https://w3id.org/cwl/cwl#EnvVarRequirement=CommandLineTool.html#EnvVarRequirement',
28+
'https://w3id.org/cwl/cwl#ShellCommandRequirement=CommandLineTool.html#ShellCommandRequirement',
29+
'https://w3id.org/cwl/cwl#ResourceRequirement=CommandLineTool.html#ResourceRequirement']
30+
renderlist: ['https://w3id.org/cwl/cwl#WorkflowDoc', 'https://w3id.org/cwl/cwl#Workflow']
31+
source:
32+
class: File
33+
path: ../v1.1.0-dev1/CommonWorkflowLanguage.yml
34+
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
35+
target: v1.1.0-dev1/Workflow.html
36+
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
37+
-20px; margin-left: -20px''></img>'
38+
brandlink: index.html
39+
primtype: null
40+
redirect: []
41+
renderlist: ['https://w3id.org/cwl/salad#Semantic_Annotations_for_Linked_Avro_Data',
42+
'https://w3id.org/cwl/salad#SaladRecordSchema', 'https://w3id.org/cwl/salad#SaladEnumSchema',
43+
'https://w3id.org/cwl/salad#Documentation']
44+
source: {$import: v1.1.0-dev1-metaschema.yaml}
45+
target: v1.1.0-dev1/SchemaSalad.html
46+
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
47+
-20px; margin-left: -20px''></img>'
48+
brandlink: index.html
49+
primtype: null
50+
redirect: []
51+
renderlist: []
52+
source: {$import: userguide-v1.1.0-dev1-input.yaml}
53+
target: v1.1.0-dev1/UserGuide.html

site/cwlsite-v1.1.0-dev1-schemas.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- context_target: v1.1.0-dev1/cwl-context.json
2+
rdfs_target: v1.1.0-dev1/cwl.ttl
3+
schema_in:
4+
class: File
5+
path: ../v1.1.0-dev1/CommonWorkflowLanguage.yml
6+
secondaryFiles: {$import: v1.1.0-dev1-deps.yaml}
7+
- context_target: v1.1.0-dev1/salad-context.json
8+
rdfs_target: v1.1.0-dev1/salad.ttl
9+
schema_in: {$import: v1.1.0-dev1-metaschema.yaml}

site/userguide-v1.1.0-dev1-input.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
class: File
2+
location: ../v1.1.0-dev1/UserGuide.yml
3+
secondaryFiles:
4+
- {basename: userguide-intro.md, class: File, location: ../v1.1.0-dev1/userguide-intro.md}
5+
- basename: examples
6+
class: Directory
7+
listing:
8+
- {basename: record-job1.yml, class: File, location: ../v1.1.0-dev1/examples/record-job1.yml}
9+
- {basename: expression.cwl, class: File, location: ../v1.1.0-dev1/examples/expression.cwl}
10+
- {basename: array-outputs-job.yml, class: File, location: ../v1.1.0-dev1/examples/array-outputs-job.yml}
11+
- {basename: tar-param.cwl, class: File, location: ../v1.1.0-dev1/examples/tar-param.cwl}
12+
- {basename: inp-job.yml, class: File, location: ../v1.1.0-dev1/examples/inp-job.yml}
13+
- {basename: 1st-workflow-job.yml, class: File, location: ../v1.1.0-dev1/examples/1st-workflow-job.yml}
14+
- {basename: record-job2.yml, class: File, location: ../v1.1.0-dev1/examples/record-job2.yml}
15+
- {basename: record-job3.yml, class: File, location: ../v1.1.0-dev1/examples/record-job3.yml}
16+
- {basename: echo-job.yml, class: File, location: ../v1.1.0-dev1/examples/echo-job.yml}
17+
- {basename: array-outputs.cwl, class: File, location: ../v1.1.0-dev1/examples/array-outputs.cwl}
18+
- {basename: array-inputs-job.yml, class: File, location: ../v1.1.0-dev1/examples/array-inputs-job.yml}
19+
- {basename: 1st-workflow.cwl, class: File, location: ../v1.1.0-dev1/examples/1st-workflow.cwl}
20+
- {basename: docker.cwl, class: File, location: ../v1.1.0-dev1/examples/docker.cwl}
21+
- {basename: stdout.cwl, class: File, location: ../v1.1.0-dev1/examples/stdout.cwl}
22+
- {basename: docker-job.yml, class: File, location: ../v1.1.0-dev1/examples/docker-job.yml}
23+
- {basename: tar.cwl, class: File, location: ../v1.1.0-dev1/examples/tar.cwl}
24+
- {basename: createfile.cwl, class: File, location: ../v1.1.0-dev1/examples/createfile.cwl}
25+
- {basename: 1st-tool.cwl, class: File, location: ../v1.1.0-dev1/examples/1st-tool.cwl}
26+
- {basename: env.cwl, class: File, location: ../v1.1.0-dev1/examples/env.cwl}
27+
- {basename: arguments-job.yml, class: File, location: ../v1.1.0-dev1/examples/arguments-job.yml}
28+
- {basename: tar-param-job.yml, class: File, location: ../v1.1.0-dev1/examples/tar-param-job.yml}
29+
- {basename: array-inputs.cwl, class: File, location: ../v1.1.0-dev1/examples/array-inputs.cwl}
30+
- {basename: inp.cwl, class: File, location: ../v1.1.0-dev1/examples/inp.cwl}
31+
- {basename: arguments.cwl, class: File, location: ../v1.1.0-dev1/examples/arguments.cwl}
32+
- {basename: linkfile.cwl, class: File, location: ../v1.1.0-dev1/examples/linkfile.cwl}
33+
- {basename: record.cwl, class: File, location: ../v1.1.0-dev1/examples/record.cwl}
34+
- {basename: tar-job.yml, class: File, location: ../v1.1.0-dev1/examples/tar-job.yml}
35+
location: _:4f9d886b-443f-49bd-8e0e-f3517a8a5c34
File renamed without changes.
File renamed without changes.

site/v1.1.0-dev1-deps.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- basename: Process.yml
2+
class: File
3+
location: ../v1.1.0-dev1/Process.yml
4+
secondaryFiles:
5+
- {basename: concepts.md, class: File, location: ../v1.1.0-dev1/concepts.md}
6+
- basename: salad
7+
class: Directory
8+
listing:
9+
- basename: schema_salad
10+
class: Directory
11+
listing:
12+
- basename: metaschema
13+
class: Directory
14+
listing:
15+
- {basename: metaschema_base.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/metaschema_base.yml}
16+
location: _:8d932277-54ee-49f7-b7b3-007108151ed4
17+
location: _:31c5c0f1-dfcb-4a68-a5e1-063d03e85d3a
18+
location: _:4a097285-861e-42ac-9322-20244d69dc96
19+
- basename: CommandLineTool.yml
20+
class: File
21+
location: ../v1.1.0-dev1/CommandLineTool.yml
22+
secondaryFiles:
23+
- {basename: contrib.md, class: File, location: ../v1.1.0-dev1/contrib.md}
24+
- {basename: concepts.md, class: File, location: ../v1.1.0-dev1/concepts.md}
25+
- {basename: invocation.md, class: File, location: ../v1.1.0-dev1/invocation.md}
26+
- {basename: intro.md, class: File, location: ../v1.1.0-dev1/intro.md}
27+
- basename: Workflow.yml
28+
class: File
29+
location: ../v1.1.0-dev1/Workflow.yml
30+
secondaryFiles:
31+
- {basename: contrib.md, class: File, location: ../v1.1.0-dev1/contrib.md}
32+
- {basename: concepts.md, class: File, location: ../v1.1.0-dev1/concepts.md}
33+
- {basename: intro.md, class: File, location: ../v1.1.0-dev1/intro.md}

site/v1.1.0-dev1-metaschema.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
class: File
2+
location: ../v1.1.0-dev1/salad/schema_salad/metaschema/metaschema.yml
3+
secondaryFiles:
4+
- basename: link_res.yml
5+
class: File
6+
location: ../v1.1.0-dev1/salad/schema_salad/metaschema/link_res.yml
7+
secondaryFiles:
8+
- {basename: link_res_schema.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/link_res_schema.yml}
9+
- {basename: link_res_src.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/link_res_src.yml}
10+
- {basename: link_res_proc.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/link_res_proc.yml}
11+
- {basename: salad.md, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/salad.md}
12+
- {basename: metaschema_base.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/metaschema_base.yml}
13+
- {basename: import_include.md, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/import_include.md}
14+
- basename: field_name.yml
15+
class: File
16+
location: ../v1.1.0-dev1/salad/schema_salad/metaschema/field_name.yml
17+
secondaryFiles:
18+
- {basename: field_name_src.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/field_name_src.yml}
19+
- {basename: field_name_schema.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/field_name_schema.yml}
20+
- {basename: field_name_proc.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/field_name_proc.yml}
21+
- basename: ident_res.yml
22+
class: File
23+
location: ../v1.1.0-dev1/salad/schema_salad/metaschema/ident_res.yml
24+
secondaryFiles:
25+
- {basename: ident_res_proc.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/ident_res_proc.yml}
26+
- {basename: ident_res_schema.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/ident_res_schema.yml}
27+
- {basename: ident_res_src.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/ident_res_src.yml}
28+
- basename: vocab_res.yml
29+
class: File
30+
location: ../v1.1.0-dev1/salad/schema_salad/metaschema/vocab_res.yml
31+
secondaryFiles:
32+
- {basename: vocab_res_schema.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/vocab_res_schema.yml}
33+
- {basename: vocab_res_proc.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/vocab_res_proc.yml}
34+
- {basename: vocab_res_src.yml, class: File, location: ../v1.1.0-dev1/salad/schema_salad/metaschema/vocab_res_src.yml}

v1.1.0-dev1/v1.1.0-dev1/env-job3.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
in: "hello test env"
2+
cwl:requirements:
3+
- class: EnvVarRequirement
4+
envDef:
5+
- envName: TEST_ENV
6+
envValue: $(inputs.in)

v1.1.0-dev1/v1.1.0-dev1/env-job4.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
in: "hello test env"
2+
cwl:requirements:
3+
- class: EnvVarRequirement
4+
envDef:
5+
- envName: TEST_ENV
6+
envValue: conflict

v1.1.0-dev1/v1.1.0-dev1/env-tool3.cwl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
class: CommandLineTool
2+
cwlVersion: v1.1.0-dev1
3+
inputs:
4+
in: string
5+
outputs:
6+
out:
7+
type: File
8+
outputBinding:
9+
glob: out
10+
11+
baseCommand: ["/bin/bash", "-c", "echo $TEST_ENV"]
12+
13+
stdout: out

v1.1.0-dev1/v1.1.0-dev1/env-tool4.cwl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
class: CommandLineTool
2+
cwlVersion: v1.1.0-dev1
3+
inputs:
4+
in: string
5+
outputs:
6+
out:
7+
type: File
8+
outputBinding:
9+
glob: out
10+
11+
requirements:
12+
EnvVarRequirement:
13+
envDef:
14+
TEST_ENV: conflict
15+
16+
baseCommand: ["/bin/bash", "-c", "echo $TEST_ENV"]
17+
18+
stdout: out

0 commit comments

Comments
 (0)