@@ -458,28 +458,6 @@ $graph:
458
458
extensions, the path is unchanged.
459
459
2. Append the remainder of the string to the end of the file path.
460
460
461
- - name : format
462
- type :
463
- - " null"
464
- - string
465
- - type : array
466
- items : string
467
- - Expression
468
- jsonldPredicate :
469
- _id : cwl:format
470
- _type : " @id"
471
- identity : true
472
- doc : |
473
- Only valid when `type: File` or is an array of `items: File`.
474
-
475
- For input parameters, this must be one or more IRIs of concept nodes
476
- that represents file formats which are allowed as input to this
477
- parameter, preferrably defined within an ontology. If no ontology is
478
- available, file formats may be tested by exact match.
479
-
480
- For output parameters, this is the file format that will be assigned to
481
- the output parameter.
482
-
483
461
- name : streamable
484
462
type : boolean?
485
463
doc : |
@@ -663,6 +641,26 @@ $graph:
663
641
jsonldPredicate : " @id"
664
642
doc : " The unique identifier for this parameter object."
665
643
644
+ - name : format
645
+ type :
646
+ - " null"
647
+ - string
648
+ - type : array
649
+ items : string
650
+ - Expression
651
+ jsonldPredicate :
652
+ _id : cwl:format
653
+ _type : " @id"
654
+ identity : true
655
+ doc : |
656
+ Only valid when `type: File` or is an array of `items: File`.
657
+
658
+ This must be one or more IRIs of concept nodes
659
+ that represents file formats which are allowed as input to this
660
+ parameter, preferrably defined within an ontology. If no ontology is
661
+ available, file formats may be tested by exact match.
662
+
663
+
666
664
- name : inputBinding
667
665
type : InputBinding?
668
666
jsonldPredicate : " cwl:inputBinding"
@@ -717,6 +715,21 @@ $graph:
717
715
jsonldPredicate : " cwl:outputBinding"
718
716
doc : |
719
717
Describes how to handle the outputs of a process.
718
+ - name : format
719
+ type :
720
+ - " null"
721
+ - string
722
+ - Expression
723
+ jsonldPredicate :
724
+ _id : cwl:format
725
+ _type : " @id"
726
+ identity : true
727
+ doc : |
728
+ Only valid when `type: File` or is an array of `items: File`.
729
+
730
+ This is the file format that will be assigned to
731
+ the output parameter.
732
+
720
733
721
734
722
735
- type : record
0 commit comments