Skip to content

Commit e0bf631

Browse files
author
Peter Amstutz
committed
Merge remote-tracking branch 'origin/output-format-fix' into v1.0-errata
2 parents 444d892 + b8e57da commit e0bf631

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

v1.0/Process.yml

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -458,28 +458,6 @@ $graph:
458458
extensions, the path is unchanged.
459459
2. Append the remainder of the string to the end of the file path.
460460
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-
483461
- name: streamable
484462
type: boolean?
485463
doc: |
@@ -663,6 +641,26 @@ $graph:
663641
jsonldPredicate: "@id"
664642
doc: "The unique identifier for this parameter object."
665643

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+
666664
- name: inputBinding
667665
type: InputBinding?
668666
jsonldPredicate: "cwl:inputBinding"
@@ -717,6 +715,21 @@ $graph:
717715
jsonldPredicate: "cwl:outputBinding"
718716
doc: |
719717
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+
720733
721734
722735
- type: record

0 commit comments

Comments
 (0)