Skip to content

Commit bef607e

Browse files
author
Peter Amstutz
committed
Fix draft-3 conformance tests missing 'cwlVersion'. The 'cwlVersion' field is now a @vocab instead of an @id.
1 parent be35388 commit bef607e

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

draft-3/Process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ $graph:
510510
doc: "CWL document version"
511511
jsonldPredicate:
512512
"_id": "cwl:cwlVersion"
513-
"_type": "@id"
513+
"_type": "@vocab"
514514

515515
- name: InlineJavascriptRequirement
516516
type: record

draft-3/draft-3/record-output.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class: CommandLineTool
2+
cwlVersion: draft-3
23
requirements:
34
- class: ShellCommandRequirement
45
inputs:

draft-3/draft-3/rename.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class: CommandLineTool
2+
cwlVersion: draft-3
23
baseCommand: "true"
34
requirements:
45
- class: CreateFileRequirement

draft-3/draft-3/schemadef-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:draft-3
3+
cwlVersion: draft-3
44
requirements:
55
- $import: schemadef-type.yml
66
- class: InlineJavascriptRequirement

draft-3/draft-3/wc3-tool.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3+
cwlVersion: draft-3
34

45
requirements:
56
- class: InlineJavascriptRequirement

0 commit comments

Comments
 (0)