Skip to content

Commit 8d7731b

Browse files
author
Curoverse build bot
committed
Build bot
1 parent fa05c6b commit 8d7731b

File tree

4 files changed

+1809
-2
lines changed

4 files changed

+1809
-2
lines changed

draft-3/cwl-context.jsonld

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
{
2+
"@context": {
3+
"Any": "cwl:Any",
4+
"Binding": "cwl:Binding",
5+
"CommandInputParameter": "cwl:CommandInputParameter",
6+
"CommandInputSchema": "cwl:CommandInputSchema",
7+
"CommandLineBinding": "cwl:CommandLineBinding",
8+
"CommandLineTool": "cwl:CommandLineTool",
9+
"CommandOutputBinding": "cwl:CommandOutputBinding",
10+
"CommandOutputParameter": "cwl:CommandOutputParameter",
11+
"CommandOutputSchema": "cwl:CommandOutputSchema",
12+
"CreateFileRequirement": "cwl:CreateFileRequirement",
13+
"DockerRequirement": "cwl:DockerRequirement",
14+
"EnvVarRequirement": "cwl:EnvVarRequirement",
15+
"EnvironmentDef": "cwl:EnvironmentDef",
16+
"Expression": "cwl:Expression",
17+
"ExpressionEngineRequirement": "cwl:ExpressionEngineRequirement",
18+
"ExpressionTool": "cwl:ExpressionTool",
19+
"File": "cwl:File",
20+
"FileDef": "cwl:FileDef",
21+
"InputParameter": "cwl:InputParameter",
22+
"InputSchema": "cwl:InputSchema",
23+
"JsonPointer": "cwl:JsonPointer",
24+
"OutputParameter": "cwl:OutputParameter",
25+
"OutputSchema": "cwl:OutputSchema",
26+
"Parameter": "cwl:Parameter",
27+
"Process": "cwl:Process",
28+
"ProcessRequirement": "cwl:ProcessRequirement",
29+
"ScatterFeatureRequirement": "cwl:ScatterFeatureRequirement",
30+
"Schema": "cwl:Schema",
31+
"SchemaDef": "cwl:SchemaDef",
32+
"SchemaDefRequirement": "cwl:SchemaDefRequirement",
33+
"SubworkflowFeatureRequirement": "cwl:SubworkflowFeatureRequirement",
34+
"Workflow": "cwl:Workflow",
35+
"WorkflowOutputParameter": "cwl:WorkflowOutputParameter",
36+
"WorkflowStep": "cwl:WorkflowStep",
37+
"WorkflowStepInput": "cwl:WorkflowStepInput",
38+
"WorkflowStepOutput": "cwl:WorkflowStepOutput",
39+
"arguments": {
40+
"@container": "@list",
41+
"@id": "cwl:arguments"
42+
},
43+
"array": "avro:array",
44+
"avro": "https://w3id.org/cwl/avro#",
45+
"baseCommand": {
46+
"@container": "@list",
47+
"@id": "cwl:baseCommand"
48+
},
49+
"boolean": "avro:boolean",
50+
"bytes": "avro:bytes",
51+
"checksum": "cwl:checksum",
52+
"class": {
53+
"@id": "@type",
54+
"@type": "@vocab"
55+
},
56+
"cwl": "https://w3id.org/cwl/cwl#",
57+
"dct": "http://purl.org/dc/terms/",
58+
"default": "cwl:default",
59+
"description": "cwl:description",
60+
"dockerFile": "cwl:dockerFile",
61+
"dockerImageId": "cwl:dockerImageId",
62+
"dockerLoad": "cwl:dockerLoad",
63+
"dockerOutputDirectory": "cwl:dockerOutputDirectory",
64+
"dockerPull": "cwl:dockerPull",
65+
"dotproduct": "cwl:dotproduct",
66+
"double": "avro:double",
67+
"engine": {
68+
"@id": "cwl:engine",
69+
"@type": "@id"
70+
},
71+
"engineCommand": "cwl:engineCommand",
72+
"engineConfig": "cwl:engineConfig",
73+
"enum": "avro:enum",
74+
"envDef": "cwl:envDef",
75+
"envName": "cwl:envName",
76+
"envValue": "cwl:envValue",
77+
"expression": "cwl:expression",
78+
"fields": {
79+
"@container": "@list",
80+
"@id": "avro:fields"
81+
},
82+
"fileContent": "cwl:fileContent",
83+
"fileDef": "cwl:fileDef",
84+
"filename": "cwl:filename",
85+
"flat_crossproduct": "cwl:flat_crossproduct",
86+
"float": "avro:float",
87+
"glob": "cwl:glob",
88+
"hints": "cwl:hints",
89+
"id": "@id",
90+
"inputBinding": "cwl:inputBinding",
91+
"inputs": "cwl:inputs",
92+
"int": "avro:int",
93+
"itemSeparator": "cwl:itemSeparator",
94+
"items": {
95+
"@container": "@list",
96+
"@id": "avro:items"
97+
},
98+
"label": "cwl:label",
99+
"linkMerge": "cwl:linkMerge",
100+
"loadContents": "cwl:loadContents",
101+
"long": "avro:long",
102+
"map": "avro:map",
103+
"merge_flattened": "cwl:merge_flattened",
104+
"merge_nested": "cwl:merge_nested",
105+
"name": "cwl:name",
106+
"nested_crossproduct": "cwl:nested_crossproduct",
107+
"null": "avro:null",
108+
"outputBinding": "cwl:outputBinding",
109+
"outputEval": "cwl:outputEval",
110+
"outputs": "cwl:outputs",
111+
"path": "cwl:path",
112+
"permanentFailCodes": "cwl:permanentFailCodes",
113+
"position": "cwl:position",
114+
"prefix": "cwl:prefix",
115+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
116+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
117+
"record": "avro:record",
118+
"requirements": "cwl:requirements",
119+
"run": "cwl:run",
120+
"scatter": {
121+
"@container": "@list",
122+
"@id": "cwl:scatter",
123+
"@type": "@id"
124+
},
125+
"scatterMethod": {
126+
"@id": "cwl:scatterMethod",
127+
"@type": "@vocab"
128+
},
129+
"script": "cwl:script",
130+
"secondaryFiles": "cwl:secondaryFiles",
131+
"separate": "cwl:separate",
132+
"size": "cwl:size",
133+
"source": {
134+
"@id": "cwl:source",
135+
"@type": "@id"
136+
},
137+
"stdin": "cwl:stdin",
138+
"stdout": "cwl:stdout",
139+
"steps": "cwl:steps",
140+
"streamable": "cwl:streamable",
141+
"string": "avro:string",
142+
"successCodes": "cwl:successCodes",
143+
"symbols": {
144+
"@container": "@list",
145+
"@id": "avro:symbols"
146+
},
147+
"temporaryFailCodes": "cwl:temporaryFailCodes",
148+
"type": {
149+
"@id": "avro:type",
150+
"@type": "@vocab"
151+
},
152+
"types": "cwl:types",
153+
"valueFrom": "cwl:valueFrom",
154+
"values": {
155+
"@container": "@list",
156+
"@id": "avro:values"
157+
}
158+
}
159+
}

0 commit comments

Comments
 (0)