[ARVADOS] updated: d270d652cb21c601513fb89e77a64270fc80bf21
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 19 09:00:47 EST 2014
Summary of changes:
doc/user/tutorials/tutorial-keep.html.textile.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via d270d652cb21c601513fb89e77a64270fc80bf21 (commit)
from 6f31d0c9d4b6a0d3070e933a84cfd843722e81b1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d270d652cb21c601513fb89e77a64270fc80bf21
Author: radhika <radhika at curoverse.com>
Date: Wed Nov 19 09:00:05 2014 -0500
4250: keep doc update
diff --git a/doc/user/tutorials/tutorial-keep.html.textile.liquid b/doc/user/tutorials/tutorial-keep.html.textile.liquid
index 6cb0ce1..dc67339 100644
--- a/doc/user/tutorials/tutorial-keep.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-keep.html.textile.liquid
@@ -18,16 +18,16 @@ notextile. <div class="spaced-out">
100 216M 100 216M 0 0 10.0M 0 0:00:21 0:00:21 --:--:-- 9361k
</code></pre>
</notextile>
-# Now upload the file to Keep using @arv-put@ and you will something as follows:
+# Now upload the file to Keep using @arv-put@:
<notextile>
<pre><code>~$ <span class="userinput">arv-put var-GS000016015-ASM.tsv.bz2</span>
216M / 216M 100.0%
Collection saved as ...
-qr1hi-4zz18-zu4se3zo76t526b
+qr1hi-4zz18-xxxxxxxxxxxxxxx
</code></pre>
</notextile>
-* The output value @qr1hi-4zz18-zu4se3zo76t526b@ is the uuid of the Arvados collection created.
+* The output value @qr1hi-4zz18-xxxxxxxxxxxxxxx@ is the uuid of the Arvados collection created.
Now visit the Workbench *Dashboard*. Click on *Projects*<span class="caret"></span> dropdown menu in the top navigation menu, select your *Home* project. Your newly uploaded collection should appear near the top of the *Data collections* tab. The collection locator printed by @arv-put@ will appear under the *name* column.
@@ -51,6 +51,6 @@ If you give @arv-put@ a directory, it will recursively upload the entire directo
~$ <span class="userinput">arv-put tmp</span>
0M / 0M 100.0%
Collection saved as ...
-qr1hi-4zz18-xyhx7af7y7uwj80
+qr1hi-4zz18-yyyyyyyyyyyyyyy
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list