Skip to content

Commit 1299053

Browse files
mr-cPeter Amstutz
authored andcommitted
add label to CWL record
1 parent c0de1ab commit 1299053

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v1.0/Process.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ $graph:
446446
- name: inputBinding
447447
type: [ "null", "#InputBinding" ]
448448
jsonldPredicate: "cwl:inputBinding"
449+
- name: label
450+
type: string?
451+
jsonldPredicate: "rdfs:label"
452+
doc: "A short, human-readable label of this process object."
449453

450454

451455
- name: InputRecordSchema

0 commit comments

Comments
 (0)