Skip to content

Commit 3b41eda

Browse files
committed
outputSource within output parameter
1 parent 70f528a commit 3b41eda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

v1.0/UserGuide.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -661,15 +661,15 @@
661661
- $include: examples/expression.cwl
662662
- |
663663
```
664-
664+
665665
As this tool does not require any `inputs` we can run it with an (almost) empty job file:
666-
666+
667667
*empty.yml*
668668
```
669669
- $include: examples/empty.yml
670670
- |
671671
```
672-
672+
673673
We can then run `expression.cwl`:
674674
675675
```
@@ -830,7 +830,7 @@
830830
831831
The `outputs` section describes the outputs of the workflow. This is a
832832
list of output parameters where each parameter consists of an identifier
833-
and a data type. The `source` connects the output parameter `classfile`
833+
and a data type. The `outputSource` connects the output parameter `classfile`
834834
of the `compile` step to the workflow output parameter `classout`.
835835
836836
```

0 commit comments

Comments
 (0)