We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae267a commit 31dbd19Copy full SHA for 31dbd19
draft-3/draft-3/wc-tool.cwl
@@ -1,6 +1,7 @@
1
#!/usr/bin/env cwl-runner
2
3
class: CommandLineTool
4
+cwlVersion: "cwl:draft-3.dev2"
5
6
inputs:
7
- { id: file1, type: File }
draft-3/draft-3/wc4-tool.cwl
@@ -1,13 +1,13 @@
-cwlVersion: "cwl:draft-3.dev1"
requirements:
- class: InlineJavascriptRequirement
8
- - { id: "#file1", type: File, inputBinding: {} }
+ - { id: file1, type: File, inputBinding: {} }
9
outputs:
10
- - id: "#output"
+ - id: output
11
type: int
12
outputBinding:
13
glob: output.txt
0 commit comments