File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ $graph:
726
726
If not specified, all exit codes except 0 are considered permanent failure.
727
727
728
728
- name : networkAccess
729
- type : [boolean, Expression]
729
+ type : ['null', boolean, Expression]
730
730
jsonldPredicate : " cwl:NetworkAccess/networkAccess"
731
731
doc : |
732
732
Indicate whether a process requires outgoing IPv4/IPv6 network
@@ -747,6 +747,7 @@ $graph:
747
747
748
748
- name : initialWorkDir
749
749
type :
750
+ - ' null'
750
751
- Expression
751
752
- type : array
752
753
items :
@@ -801,7 +802,7 @@ $graph:
801
802
output directory.
802
803
803
804
- name : envDef
804
- type : EnvironmentDef[]
805
+ type : EnvironmentDef[]?
805
806
doc : |
806
807
Define a list of environment variables which will be set in
807
808
the execution environment of the tool. See
You can’t perform that action at this time.
0 commit comments