X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d6aad89ecb3005d5a9daedce265077ae1f19fcb..d5ba0e97f8522ba3ce6ad36edf099c661a43f6b7:/doc/user/tutorials/tutorial-keep.textile diff --git a/doc/user/tutorials/tutorial-keep.textile b/doc/user/tutorials/tutorial-keep.textile index fab979ed4d..6683498e86 100644 --- a/doc/user/tutorials/tutorial-keep.textile +++ b/doc/user/tutorials/tutorial-keep.textile @@ -6,7 +6,7 @@ title: "Storing and Retrieving data using Arvados Keep" navorder: 11 --- -h1. Tutorial: Storing and Retrieving data using Arvados Keep +h1. Storing and Retrieving data using Arvados Keep This tutorial introduces you to the Arvados file storage system. @@ -25,13 +25,13 @@ We will start with downloading a freely available VCF file from the "Personal Ge First, log into the Arvados VM instance and set up the staging area: -notextile.
$ mkdir /scratch/$USER
+notextile.
$ mkdir /scratch/you
Next, download the file: -
$ mkdir /scratch/$USER
-$ cd /scratch/$USER
+
$ mkdir /scratch/you
+$ cd /scratch/you
 $ curl -o var-GS000016015-ASM.tsv.bz2 'https://warehouse.personalgenomes.org/warehouse/f815ec01d5d2f11cb12874ab2ed50daa+234+K@ant/var-GS000016015-ASM.tsv.bz2'
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed
@@ -41,12 +41,12 @@ $ curl -o var-GS000016015-ASM.tsv.bz2 'https://warehouse
 
 Alternately, if you have your own data, for example @MyData.vcf@, you can use @scp@ or @rsync@ to copy from your local workstation to the shell VM (run this on your local workstation):
 
-notextile. 
$ scp MyData.vcf you@shell.arvados>:/scratch/MyData.vcf
+notextile.
$ scp MyData.vcf you@shell.arvados:/scratch/you/MyData.vcf
Now use @arv keep put@ to add your VCF data to Keep: -
$ cd /scratch/$USER
+
$ cd /scratch/you
 $ arv keep put var-GS000016015-ASM.tsv.bz2
 c1bad4b39ca5a924e481008009d94e32+210