From b90ae1fff5bea264363b08d6c194ee6bc9af4ede Mon Sep 17 00:00:00 2001 From: marijajovanovicgthb <86002069+marijajovanovicgthb@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:21:54 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20sbg/seve?= =?UTF-8?q?nbridges2@ce489357f0be3a6285d7a4d3ba8da7baea237a8d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/App.html | 10 ++++++---- reference/Project.html | 17 ++++++++++------- reference/Task.html | 10 ++++++---- reference/Tasks.html | 10 ++++++---- search.json | 2 +- 6 files changed, 30 insertions(+), 21 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 458a3b2..668ff9f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,5 +6,5 @@ articles: Files_upload_and_Volumes: Files_upload_and_Volumes.html Projects_and_Tasks_execution: Projects_and_Tasks_execution.html quickstart: quickstart.html -last_built: 2024-01-15T20:48Z +last_built: 2024-01-15T21:21Z diff --git a/reference/App.html b/reference/App.html index 36083d1..b19810b 100644 --- a/reference/App.html +++ b/reference/App.html @@ -595,10 +595,12 @@

Arguments - "output_location_alias" = "<alias-path>"
- )
{r} b64html = list( \cr "output_location" = "volumes://outputs/tasks/mar-19", \cr "output_location_alias" = "/rfranklin/tasks/picard" \cr )

+task output nodes in the following format for each output node:
<output-node-id> = list(
"output_location" = "<output-path>",
"output_location_alias" = "<alias-path>"
)
+Example:

+

b64html = list(
+ "output_location" = "volumes://outputs/tasks/mar-19",
+ "output_location_alias" = "/rfranklin/tasks/picard"
+)

 In the example above, b64html is the ID of the output node for which
  you want to define the output location, while the parameters are
  defined as follows:

diff --git a/reference/Project.html b/reference/Project.html index 015d03a..696afbe 100644 --- a/reference/Project.html +++ b/reference/Project.html @@ -1260,13 +1260,16 @@

Arguments
{r} b64html = list( "output_location" = "volumes://outputs/tasks/mar-19", "output_location_alias" = "/rfranklin/tasks/picard" ) -In the example above, b64html is the ID of the output node for which -you want to define the output location, while the parameters are -defined as follows: