From e31741680d34c8a5ca7e4d2a0d146f3c9def2cbd Mon Sep 17 00:00:00 2001 From: Christopher Tomkins-Tinch Date: Fri, 13 Dec 2024 17:01:37 -0500 Subject: [PATCH] additional input descriptive text --- pipes/WDL/tasks/tasks_utils.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes/WDL/tasks/tasks_utils.wdl b/pipes/WDL/tasks/tasks_utils.wdl index 6a2239d3a..71665f43c 100644 --- a/pipes/WDL/tasks/tasks_utils.wdl +++ b/pipes/WDL/tasks/tasks_utils.wdl @@ -62,7 +62,7 @@ task unpack_archive_to_bucket_path { patterns: ["*.tar", "*.tar.gz", "*.tgz", "*.tar.bz2", "*.tbz2", "*.tar.xz", "*.txz", "*.tar.lz4", "*.tar.zst"] } bucket_path_prefix: { - description: "The path prefix to the Google Storage bucket location where the archive contents will be unpacked. This must begin with the bucket name, should start with 'gs://', and can include as many sub-directories as desired." + description: "The path prefix to the Google Storage bucket location where the archive contents will be unpacked. This must begin with the bucket name, should start with 'gs://', and can include as many sub-directories as desired. If not provided and the job is running on a GCP-backed Terra instance, the bucket of the associated workspace will be inferred via introspection." } out_dir_name: { description: "Name of the (sub-)directory to unpack the archive contents to within the bucket prefix specified. If not provided, the contents will be unpacked to the bucket prefix."