Skip to content

Commit 31dbd19

Browse files
author
Peter Amstutz
committed
draft-3.dev2 version bump on draft-3 tests
1 parent 9ae267a commit 31dbd19

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

draft-3/draft-3/wc-tool.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env cwl-runner
22

33
class: CommandLineTool
4+
cwlVersion: "cwl:draft-3.dev2"
45

56
inputs:
67
- { id: file1, type: File }

draft-3/draft-3/wc4-tool.cwl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: "cwl:draft-3.dev1"
3+
cwlVersion: "cwl:draft-3.dev2"
44
requirements:
55
- class: InlineJavascriptRequirement
66

77
inputs:
8-
- { id: "#file1", type: File, inputBinding: {} }
8+
- { id: file1, type: File, inputBinding: {} }
99
outputs:
10-
- id: "#output"
10+
- id: output
1111
type: int
1212
outputBinding:
1313
glob: output.txt

0 commit comments

Comments
 (0)