We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f528a commit 3b41edaCopy full SHA for 3b41eda
v1.0/UserGuide.yml
@@ -661,15 +661,15 @@
661
- $include: examples/expression.cwl
662
- |
663
```
664
-
+
665
As this tool does not require any `inputs` we can run it with an (almost) empty job file:
666
667
*empty.yml*
668
669
- $include: examples/empty.yml
670
671
672
673
We can then run `expression.cwl`:
674
675
@@ -830,7 +830,7 @@
830
831
The `outputs` section describes the outputs of the workflow. This is a
832
list of output parameters where each parameter consists of an identifier
833
- and a data type. The `source` connects the output parameter `classfile`
+ and a data type. The `outputSource` connects the output parameter `classfile`
834
of the `compile` step to the workflow output parameter `classout`.
835
836
0 commit comments