@@ -349,28 +349,6 @@ $graph:
349
349
extensions, the path is unchanged.
350
350
2. Append the remainder of the string to the end of the file path.
351
351
352
- - name : format
353
- type :
354
- - " null"
355
- - string
356
- - type : array
357
- items : string
358
- - Expression
359
- jsonldPredicate :
360
- _id : cwl:format
361
- _type : " @id"
362
- identity : true
363
- doc : |
364
- Only valid when `type: File` or is an array of `items: File`.
365
-
366
- For input parameters, this must be one or more IRIs of concept nodes
367
- that represents file formats which are allowed as input to this
368
- parameter, preferrably defined within an ontology. If no ontology is
369
- available, file formats may be tested by exact match.
370
-
371
- For output parameters, this is the file format that will be assigned to
372
- the output parameter.
373
-
374
352
- name : streamable
375
353
type : boolean?
376
354
doc : |
@@ -554,6 +532,26 @@ $graph:
554
532
jsonldPredicate : " @id"
555
533
doc : " The unique identifier for this parameter object."
556
534
535
+ - name : format
536
+ type :
537
+ - " null"
538
+ - string
539
+ - type : array
540
+ items : string
541
+ - Expression
542
+ jsonldPredicate :
543
+ _id : cwl:format
544
+ _type : " @id"
545
+ identity : true
546
+ doc : |
547
+ Only valid when `type: File` or is an array of `items: File`.
548
+
549
+ This must be one or more IRIs of concept nodes
550
+ that represents file formats which are allowed as input to this
551
+ parameter, preferrably defined within an ontology. If no ontology is
552
+ available, file formats may be tested by exact match.
553
+
554
+
557
555
- name : inputBinding
558
556
type : InputBinding?
559
557
jsonldPredicate : " cwl:inputBinding"
@@ -608,6 +606,21 @@ $graph:
608
606
jsonldPredicate : " cwl:outputBinding"
609
607
doc : |
610
608
Describes how to handle the outputs of a process.
609
+ - name : format
610
+ type :
611
+ - " null"
612
+ - string
613
+ - Expression
614
+ jsonldPredicate :
615
+ _id : cwl:format
616
+ _type : " @id"
617
+ identity : true
618
+ doc : |
619
+ Only valid when `type: File` or is an array of `items: File`.
620
+
621
+ This is the file format that will be assigned to
622
+ the output parameter.
623
+
611
624
612
625
613
626
- type : record
0 commit comments