X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17311124babf9222a0205520b97adacbd7fef16b..da0c33b2070b3c9302ab51017f5d80b6a38edc4a:/doc/user/cwl/federated-workflows.html.textile.liquid diff --git a/doc/user/cwl/federated-workflows.html.textile.liquid b/doc/user/cwl/federated-workflows.html.textile.liquid index 56d8e196bf..a93aac56b1 100644 --- a/doc/user/cwl/federated-workflows.html.textile.liquid +++ b/doc/user/cwl/federated-workflows.html.textile.liquid @@ -17,15 +17,32 @@ For more information, visit the "architecture":{{site.baseurl}}/architecture/fed h2. Get the example files -The tutorial files are located in the "documentation section of the Arvados source repository:":https://github.com/curoverse/arvados/tree/master/doc/user/cwl/federated +The tutorial files are located in the "documentation section of the Arvados source repository:":https://github.com/arvados/arvados/tree/main/doc/user/cwl/federated or "see below":#fed-example -
~$ git clone https://github.com/curoverse/arvados
+
~$ git clone https://github.com/arvados/arvados
 ~$ cd arvados/doc/user/cwl/federated
 
-h2. Federated scatter/gather example +h2. Run example + +{% include 'notebox_begin' %} + +At this time, remote steps of a workflow on Workbench are not displayed. As a workaround, you can find the UUIDs of the remote steps in the live logs of the workflow runner (the "Logs" tab). You may visit the remote cluster's workbench and enter the UUID into the search box to view the details of the remote step. This will be fixed in a future version of workbench. + +{% include 'notebox_end' %} + +Run it like any other workflow: + + +
~$ arvados-cwl-runner feddemo.cwl shards.cwl
+
+
+ +You can also "run a workflow on a remote federated cluster":cwl-run-options.html#federation . + +h2(#fed-example). Federated scatter/gather example In this following example, an analysis task is executed on three different clusters with different data, then the results are combined to produce the final output.