Skip to content

Commit

Permalink
outputSource within output parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Dec 9, 2016
1 parent 70f528a commit 3b41eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions v1.0/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,15 @@
- $include: examples/expression.cwl
- |
```
As this tool does not require any `inputs` we can run it with an (almost) empty job file:
*empty.yml*
```
- $include: examples/empty.yml
- |
```
We can then run `expression.cwl`:
```
Expand Down Expand Up @@ -830,7 +830,7 @@
The `outputs` section describes the outputs of the workflow. This is a
list of output parameters where each parameter consists of an identifier
and a data type. The `source` connects the output parameter `classfile`
and a data type. The `outputSource` connects the output parameter `classfile`
of the `compile` step to the workflow output parameter `classout`.
```
Expand Down

0 comments on commit 3b41eda

Please sign in to comment.