We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2bf1 commit 81bd8deCopy full SHA for 81bd8de
draft-3/cwl-runner.cwl
@@ -2,6 +2,11 @@
2
class: CommandLineTool
3
cwlVersion: "cwl:draft-3"
4
5
+description: |
6
+ Generic interface to run a Common Workflow Language tool or workflow from the
7
+ command line. To be implemented by each CWL implementation for use by users
8
+ and for testing conformance to the standard.
9
+
10
inputs:
11
- id: outdir
12
type: string
0 commit comments