Skip to content

Commit 74b3ff4

Browse files
committed
all Process classes should also be static strings
1 parent 7b4b85e commit 74b3ff4

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CommandLineTool.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Operation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Workflow.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)