X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4dac499d30988fd8289a40ad4128d6d471037180..7ff006ea5351259abe8edc89520996513652c147:/doc/user/cwl/cwl-run-options.html.textile.liquid diff --git a/doc/user/cwl/cwl-run-options.html.textile.liquid b/doc/user/cwl/cwl-run-options.html.textile.liquid index 8d1ec19988..7f69c61feb 100644 --- a/doc/user/cwl/cwl-run-options.html.textile.liquid +++ b/doc/user/cwl/cwl-run-options.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: userguide title: "Using arvados-cwl-runner" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The following command line options are available for @arvados-cwl-runner@: @@ -33,7 +38,7 @@ table(table table-bordered table-condensed). |==--submit-runner-ram== SUBMIT_RUNNER_RAM|RAM (in MiB) required for the workflow runner job (default 1024)| |==--submit-runner-image== SUBMIT_RUNNER_IMAGE|Docker image for workflow runner job, default arvados/jobs| |==--name== NAME| Name to use for workflow execution instance.| -|==--on-error {stop,continue}|Desired workflow behavior when a step fails. One of 'stop' or 'continue'. Default is 'continue'.| +|==--on-error {stop,continue}==|Desired workflow behavior when a step fails. One of 'stop' or 'continue'. Default is 'continue'.| |==--enable-dev==| Enable loading and running development versions of CWL spec.| |==--intermediate-output-ttl== N|If N > 0, intermediate output collections will be trashed N seconds after creation. Default is 0 (don't trash).| |==--trash-intermediate==| Immediately trash intermediate outputs on workflow success.|