We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b6857 commit 02b6ce9Copy full SHA for 02b6ce9
README.md
@@ -59,7 +59,8 @@ $ wes-server --backend=wes_service.arvados_wes
59
### Use a different executable with cwl_runner backend
60
61
```
62
-$ wes-server --backend=wes_service.cwl_runner --opt runner=cwltoil
+$ pip install toil
63
+$ wes-server --backend=wes_service.cwl_runner --opt runner=cwltoil --opt extra=--logLevel=CRITICAL
64
65
66
### Pass parameters to cwl-runner
0 commit comments