Fix typo in documentation.
authorWard Vandewege <ward@curii.com>
Mon, 26 Jul 2021 19:09:44 +0000 (15:09 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 26 Jul 2021 19:10:22 +0000 (15:10 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/user/cwl/cwl-extensions.html.textile.liquid

index 09a553becfbff4d65ecbc9c82467b2cf557c8640..0987218e3c0f7a84aff9316614e2c964bc70a561 100644 (file)
@@ -89,7 +89,7 @@ Specify desired handling of intermediate output collections.
 table(table table-bordered table-condensed).
 |_. Field |_. Type |_. Description |
 |outputTTL|int|If the value is greater than zero, consider intermediate output collections to be temporary and should be automatically trashed. Temporary collections will be trashed @outputTTL@ seconds after creation.  A value of zero means intermediate output should be retained indefinitely (this is the default behavior).
-Note: arvados-cwl-runner currently does not take workflow dependencies into account when setting the TTL on an intermediate output collection. If the TTL is too short, it is possible for a collection to be trashed before downstream steps that consume it are started.  The recommended minimum value for TTL is the expected duration of the entire the workflow.|
+Note: arvados-cwl-runner currently does not take workflow dependencies into account when setting the TTL on an intermediate output collection. If the TTL is too short, it is possible for a collection to be trashed before downstream steps that consume it are started.  The recommended minimum value for TTL is the expected duration of the entire workflow.|
 
 h2. cwltool:Secrets