Skip to content

Commit

Permalink
Merge pull request #55 from kinow/patch-1
Browse files Browse the repository at this point in the history
Small typo in docs
  • Loading branch information
illusional authored Aug 24, 2021
2 parents f708140 + b0b6de8 commit 7709c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/cwl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By wrapping the data_type by an Array, for example: ``String -> Array(String)``.

- **What's the equivalent for ``InitialWorkDirRequirement``?**

You can add ``localise_file=True`` to your ``ToolInput``. This is well defined for individual files in CWL and WDL. here is no equivalent for ``writable``, though suggestions are welcome. Although the ``localise_file`` attribute is allowed for Array data types, the WDL translation will become disabled as this behaviour is not well defined.
You can add ``localise_file=True`` to your ``ToolInput``. This is well defined for individual files in CWL and WDL. There is no equivalent for ``writable``, though suggestions are welcome. Although the ``localise_file`` attribute is allowed for Array data types, the WDL translation will become disabled as this behaviour is not well defined.

From `v1.1/CommandLineTool <https://www.commonwl.org/v1.1/CommandLineTool.html#InitialWorkDirRequirement>`_:

Expand Down

0 comments on commit 7709c4b

Please sign in to comment.