Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Stojanovic committed Dec 8, 2016
2 parents 25975b0 + 9ce806b commit 40b65c2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions v1.0/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
- |
```
*array-outpust-job.yml*
*array-outputs-job.yml*
```
- $include: examples/array-outputs-job.yml
- |
Expand Down Expand Up @@ -661,6 +661,16 @@
- $include: examples/expression.cwl
- |
```
As this tool does not require any `inputs` we can run it with an (almost) empty job file:
*empty.yml*
```
- $include: examples/empty.yml
- |
```
We can then run `expression.cwl`:
```
$ cwl-runner expression.cwl empty.yml
Expand Down Expand Up @@ -796,7 +806,7 @@
class: Workflow
```
The 'cwlVersion` field indicates the version of the CWL spec used by the
The `cwlVersion` field indicates the version of the CWL spec used by the
document. The `class` field indicates this document describes a workflow.
Expand Down

0 comments on commit 40b65c2

Please sign in to comment.