File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 522
522
- |
523
523
```
524
524
525
- *array-outpust -job.yml*
525
+ *array-outputs -job.yml*
526
526
```
527
527
- $include : examples/array-outputs-job.yml
528
528
- |
661
661
- $include : examples/expression.cwl
662
662
- |
663
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`:
664
674
665
675
```
666
676
$ cwl-runner expression.cwl empty.yml
796
806
class: Workflow
797
807
```
798
808
799
- The ' cwlVersion` field indicates the version of the CWL spec used by the
809
+ The ` cwlVersion` field indicates the version of the CWL spec used by the
800
810
document. The `class` field indicates this document describes a workflow.
801
811
802
812
You can’t perform that action at this time.
0 commit comments