Skip to content

Commit

Permalink
How to make empty.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Dec 8, 2016
1 parent 1104bf7 commit 37ef31c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v1.0/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,11 @@
- $include: examples/expression.cwl
- |
```
As this tool does not require any `inputs` we can run it with an empty job file:
```
$ touch empty.yml
$ cwl-runner expression.cwl empty.yml
[job 140000594593168] /home/example$ echo -A 2 -B baz -C 10 9 8 7 6 5 4 3 2 1
-A 2 -B baz -C 10 9 8 7 6 5 4 3 2 1
Expand Down

0 comments on commit 37ef31c

Please sign in to comment.