File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 661
661
- $include : examples/expression.cwl
662
662
- |
663
663
```
664
-
664
+
665
665
As this tool does not require any `inputs` we can run it with an (almost) empty job file:
666
-
666
+
667
667
*empty.yml*
668
668
```
669
669
- $include : examples/empty.yml
670
670
- |
671
671
```
672
-
672
+
673
673
We can then run `expression.cwl`:
674
674
675
675
```
830
830
831
831
The `outputs` section describes the outputs of the workflow. This is a
832
832
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`
834
834
of the `compile` step to the workflow output parameter `classout`.
835
835
836
836
```
You can’t perform that action at this time.
0 commit comments