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 b1e740e commit 04dfbf0Copy full SHA for 04dfbf0
draft-3/cwl-runner.cwl
@@ -20,7 +20,10 @@ inputs:
20
- prefix: "--quiet"
21
22
- id: toolfile
23
- type: File
+ type: [ "null", File ]
24
+ description: |
25
+ The tool or workflow description to run. Optional if the jobfile has a
26
+ `cwl:tool` field to indicate the tool or workflow description to run.
27
inputBinding:
28
- position: 1
29
0 commit comments