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:
631
631
jsonldPredicate :
632
632
" _id " : " @type"
633
633
" _type " : " @vocab"
634
- type : string
634
+ type :
635
+ type : enum
636
+ name : CommandLineTool_class
637
+ symbols :
638
+ - cwl:CommandLineTool
635
639
- name : baseCommand
636
640
doc : |
637
641
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:
87
87
jsonldPredicate :
88
88
" _id " : " @type"
89
89
" _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:
175
175
jsonldPredicate :
176
176
" _id " : " @type"
177
177
" _type " : " @vocab"
178
- type : string
178
+ type :
179
+ type : enum
180
+ name : ExpressionTool_class
181
+ symbols :
182
+ - cwl:ExpressionTool
179
183
- name : expression
180
184
type : Expression
181
185
doc : |
@@ -707,7 +711,11 @@ $graph:
707
711
jsonldPredicate :
708
712
" _id " : " @type"
709
713
" _type " : " @vocab"
710
- type : string
714
+ type :
715
+ type : enum
716
+ name : Workflow_class
717
+ symbols :
718
+ - cwl:Workflow
711
719
- name : steps
712
720
doc : |
713
721
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