Skip to content

Commit 37ef31c

Browse files
authored
How to make empty.yml
1 parent 1104bf7 commit 37ef31c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v1.0/UserGuide.yml

+3
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,11 @@
661661
- $include: examples/expression.cwl
662662
- |
663663
```
664+
665+
As this tool does not require any `inputs` we can run it with an empty job file:
664666
665667
```
668+
$ touch empty.yml
666669
$ cwl-runner expression.cwl empty.yml
667670
[job 140000594593168] /home/example$ echo -A 2 -B baz -C 10 9 8 7 6 5 4 3 2 1
668671
-A 2 -B baz -C 10 9 8 7 6 5 4 3 2 1

0 commit comments

Comments
 (0)