Skip to content

Commit 02b6ce9

Browse files
committed
Add info for running via toil
1 parent f0b6857 commit 02b6ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ $ wes-server --backend=wes_service.arvados_wes
5959
### Use a different executable with cwl_runner backend
6060

6161
```
62-
$ wes-server --backend=wes_service.cwl_runner --opt runner=cwltoil
62+
$ pip install toil
63+
$ wes-server --backend=wes_service.cwl_runner --opt runner=cwltoil --opt extra=--logLevel=CRITICAL
6364
```
6465

6566
### Pass parameters to cwl-runner

0 commit comments

Comments
 (0)