Skip to content

Commit 31857f5

Browse files
committed
Set predicates for networkAccess and envDef
1 parent 76a24a0 commit 31857f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CommandLineTool.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ $graph:
727727

728728
- name: networkAccess
729729
type: [boolean, Expression]
730+
jsonldPredicate: "cwl:NetworkAccess/networkAccess"
730731
doc: |
731732
Indicate whether a process requires outgoing IPv4/IPv6 network
732733
access. Choice of IPv4 or IPv6 is implementation and site
@@ -806,6 +807,7 @@ $graph:
806807
the execution environment of the tool. See
807808
[EnvironmentDef](#EnvironmentDef) for details.
808809
jsonldPredicate:
810+
"_id": "cwl:EnvVarRequirement/envDef"
809811
mapSubject: envName
810812
mapPredicate: envValue
811813

@@ -1179,6 +1181,7 @@ $graph:
11791181
type: EnvironmentDef[]
11801182
doc: The list of environment variables.
11811183
jsonldPredicate:
1184+
"_id": "cwl:EnvVarRequirement/envDef"
11821185
mapSubject: envName
11831186
mapPredicate: envValue
11841187

@@ -1425,6 +1428,7 @@ $graph:
14251428
"_type": "@vocab"
14261429
- name: networkAccess
14271430
type: [boolean, Expression]
1431+
jsonldPredicate: "cwl:NetworkAccess/networkAccess"
14281432

14291433
- name: InplaceUpdateRequirement
14301434
type: record

0 commit comments

Comments
 (0)