X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bc89efda1447c479642c7459d14a7afa440019d..eb73e21144a3b6460d7550583860b25fba3fffc8:/doc/user/tutorials/tutorial-firstscript.html.textile.liquid diff --git a/doc/user/tutorials/tutorial-firstscript.html.textile.liquid b/doc/user/tutorials/tutorial-firstscript.html.textile.liquid index e3703e8264..bf73c8cc19 100644 --- a/doc/user/tutorials/tutorial-firstscript.html.textile.liquid +++ b/doc/user/tutorials/tutorial-firstscript.html.textile.liquid @@ -11,10 +11,11 @@ This tutorial demonstrates how to write a script using Arvados Python SDK. The This tutorial uses @$USER@ to denote your username. Replace @$USER@ with your user name in all the following examples. -Start by creating a directory called @$USER@ . Next, create a subdirectory called @crunch_scripts@ and change to that directory: +Start by creating a directory called @tutorial@ in your home directory. Next, create a subdirectory called @crunch_scripts@ and change to that directory: -
~$ mkdir -p tutorial/crunch_scripts
+
~$ cd $HOME
+~$ mkdir -p tutorial/crunch_scripts
 ~$ cd tutorial/crunch_scripts
@@ -101,4 +102,4 @@ Although the job runs locally, the output of the job has been saved to Keep, the
-Running locally is convenient for development and debugging, as it permits a fast iterative development cycle. Your job run is also recorded by Arvados, and will appear in the *Recent jobs and pipelines* panel on the "Workbench Dashboard":https://{{site.arvados_workbench_host}}. This provides limited provenance, by recording the input parameters, the execution log, and the output. However, running locally does not allow you to scale out to multiple nodes, and does not store the complete system snapshot required to achieve reproducibility; to do that you need to "submit a job to the Arvados cluster":{{site.baseurl}}/user/tutorials/tutorial-submit-job.html. +Running locally is convenient for development and debugging, as it permits a fast iterative development cycle. Your job run is also recorded by Arvados, and will appear in the *Recent jobs and pipelines* panel on the "Workbench Dashboard":{{site.arvados_workbench_host}}. This provides limited provenance, by recording the input parameters, the execution log, and the output. However, running locally does not allow you to scale out to multiple nodes, and does not store the complete system snapshot required to achieve reproducibility; to do that you need to "submit a job to the Arvados cluster":{{site.baseurl}}/user/tutorials/tutorial-submit-job.html.