File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -759,7 +759,11 @@ $graph:
759
759
extends : [Parameter, InputFormat, LoadContents]
760
760
fields :
761
761
- name : default
762
- type : Any?
762
+ type :
763
+ - " null"
764
+ - File
765
+ - Directory
766
+ - Any
763
767
jsonldPredicate :
764
768
_id : sld:default
765
769
noLinkCheck : true
@@ -852,7 +856,10 @@ $graph:
852
856
error and the implementation must not attempt to run the process,
853
857
unless overridden at user option.
854
858
- name : hints
855
- type : Any[]?
859
+ type :
860
+ - " null"
861
+ - type : array
862
+ items : [ProcessRequirement, Any]
856
863
doc : |
857
864
Declares hints applying to either the runtime environment or the
858
865
workflow engine that may be helpful in executing this process. It is
Original file line number Diff line number Diff line change @@ -225,15 +225,15 @@ $graph:
225
225
fields :
226
226
- name : outputSource
227
227
doc : |
228
- Specifies one or more names of an output from a workflow step (in the form
228
+ Specifies one or more names of an output from a workflow step (in the form
229
229
`step_name/output_name` with a `/` separator`), or a workflow input name,
230
230
that supply their value(s) to the output parameter.
231
231
the output parameter. It is valid to reference workflow level inputs
232
232
here.
233
233
jsonldPredicate :
234
234
" _id " : " cwl:outputSource"
235
235
" _type " : " @id"
236
- refScope : 0
236
+ refScope : 1
237
237
type :
238
238
- string?
239
239
- string[]?
You can’t perform that action at this time.
0 commit comments