File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,11 @@ $graph:
631631 jsonldPredicate :
632632 " _id " : " @type"
633633 " _type " : " @vocab"
634- type : string
634+ type :
635+ type : enum
636+ name : CommandLineTool_class
637+ symbols :
638+ - cwl:CommandLineTool
635639 - name : baseCommand
636640 doc : |
637641 Specifies the program to execute. If an array, the first element of
Original file line number Diff line number Diff line change @@ -87,4 +87,8 @@ $graph:
8787 jsonldPredicate :
8888 " _id " : " @type"
8989 " _type " : " @vocab"
90- type : string
90+ type :
91+ type : enum
92+ name : Operation_class
93+ symbols :
94+ - cwl:Operation
Original file line number Diff line number Diff line change @@ -175,7 +175,11 @@ $graph:
175175 jsonldPredicate :
176176 " _id " : " @type"
177177 " _type " : " @vocab"
178- type : string
178+ type :
179+ type : enum
180+ name : ExpressionTool_class
181+ symbols :
182+ - cwl:ExpressionTool
179183 - name : expression
180184 type : Expression
181185 doc : |
@@ -707,7 +711,11 @@ $graph:
707711 jsonldPredicate :
708712 " _id " : " @type"
709713 " _type " : " @vocab"
710- type : string
714+ type :
715+ type : enum
716+ name : Workflow_class
717+ symbols :
718+ - cwl:Workflow
711719 - name : steps
712720 doc : |
713721 The individual steps that make up the workflow. Each step is executed when all of its
You can’t perform that action at this time.
0 commit comments