Skip to content

Commit

Permalink
Document new option and missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Sep 18, 2024
1 parent bf38d58 commit 47eb4c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/wdl/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,23 @@ input JSON file, for compatibility with other WDL runners.
``cromwell`` to just return the workflow's output values as JSON or ``miniwdl``
to nest that under an ``outputs`` key and includes a ``dir`` key.

``--referenceInputs``: Specifies whether input files to Toil should be passed
around by URL reference instead of being imported into Toil's storage. Defaults
to off. Can be ``True`` or ``False`` or other similar words.

``--container``: Specifies the container engine to use to run tasks. By default
this is ``auto``, which tries Singularity if it is installed and Docker if it
isn't. Can also be set to ``docker`` or ``singularity`` explicitly.

``--allCallOutputs``: Specifies whether outputs from all calls in a workflow
should be included alongside the outputs from the ``output`` section, when an
``output`` section is defined. For strict WDL 1.0 compliance, should be set to
``False``. Defaults to unset. If the workflow includes metadata for the
`Cromwell Output Organizer (croo)`_, will default to ``True``. Otherwise,
defaults to ``False``.

.. _`Cromwell Output Organizer (croo)`: https://github.com/ENCODE-DCC/croo

Any number of other Toil options may also be specified. For defined Toil options,
see :ref:`commandRef`.

Expand Down

0 comments on commit 47eb4c4

Please sign in to comment.