We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ca76c commit fd37b4bCopy full SHA for fd37b4b
draft-2/CommonWorkflowLanguage.yml
@@ -1063,6 +1063,15 @@ $graph:
1063
- string
1064
jsonldPredicate: "rdfs:comment"
1065
doc: "A long, human-readable description of this process object."
1066
+ - name: cwlVersion
1067
+ type:
1068
+ - "null"
1069
+ - string
1070
+ doc: "CWL document version"
1071
+ jsonldPredicate:
1072
+ "_id": "cwl:cwlVersion"
1073
+ "_type": "@vocab"
1074
+
1075
1076
- type: record
1077
name: CommandLineBinding
0 commit comments