From: Radhika Chippada Date: Wed, 14 Jan 2015 20:32:10 +0000 (-0500) Subject: 4926: expand downloading data section X-Git-Tag: 1.1.0~1874^2~9 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/9a894a1fb3409eb50216de9186fe37704a3cf46f 4926: expand downloading data section --- diff --git a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid index 8f991d92d4..cf67e34cbc 100644 --- a/doc/user/tutorials/tutorial-keep-get.html.textile.liquid +++ b/doc/user/tutorials/tutorial-keep-get.html.textile.liquid @@ -4,11 +4,13 @@ navsection: userguide title: "Downloading data" ... -This tutorial describes how to list and download Arvados data collections using the command line tools @arv-ls@ and @arv-get@. It is also possible to download files from a collection from the Workbench page for the collection, covered in "running a pipeline using Workbench":{{site.baseurl}}/user/tutorials/tutorial-pipeline-workbench.html - {% include 'tutorial_expectations' %} -You can view the contents of a collection using @arv-ls@: +h2. Downloading using arv commands + +You can download Arvados data collections using the command line tools @arv-ls@ and @arv-get@. + +Use @arv-ls@ to view the contents of a collection:
~$ arv-ls c1bad4b39ca5a924e481008009d94e32+210
@@ -45,3 +47,29 @@ You can also download individual files:
 
~$ arv-get 887cd41e9c613463eab2f0d885c6dd96+83/alice.txt .
 
+ +h2. Downloading using Workbench + +You can also download Arvados data collections using the Workbench. + +Visit the Workbench *Dashboard*. Click on *Projects* dropdown menu in the top navigation menu, select your *Home* project. You will see the *Data collections* tab, which lists the collections in this project. + +You can access the contents of a collection by clicking on the * Show* button next to the collection. This will take you to the collection's page. Using this page you can see the collection's contents, download individual files, and set sharing options. + +You can now download the collection by clicking on the button. + +h2. Downloading a shared collection using Workbench + +Collections can be shared to allow downloads by anonymous users. + +To share a collection with anonymous users, visit the collections page using Workbench as described in the above section. Once on the collection's page, click on the Create sharing link button. + +This will create a sharing link for the collection as shown below. You can copy the sharing link in this page and share it with other users. + +!{display: block;margin-left: auto;margin-right: auto;border:2px solid lightblue;}{{site.baseurl}}/images/shared-collection.png! + +A user with this url can download this collection by simply accessing this url. It will present a downloadable version of the collection as shown below. + +!{display: block;margin-left: auto;margin-right: auto;border:2px solid lightblue;}{{site.baseurl}}/images/download-shared-collection.png! + +