Skip to content

Commit 40b65c2

Browse files
author
Luka Stojanovic
committed
Merge remote-tracking branch 'upstream/master'
2 parents 25975b0 + 9ce806b commit 40b65c2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

v1.0/UserGuide.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
- |
523523
```
524524
525-
*array-outpust-job.yml*
525+
*array-outputs-job.yml*
526526
```
527527
- $include: examples/array-outputs-job.yml
528528
- |
@@ -661,6 +661,16 @@
661661
- $include: examples/expression.cwl
662662
- |
663663
```
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`:
664674
665675
```
666676
$ cwl-runner expression.cwl empty.yml
@@ -796,7 +806,7 @@
796806
class: Workflow
797807
```
798808
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
800810
document. The `class` field indicates this document describes a workflow.
801811
802812

0 commit comments

Comments
 (0)