no issue # fix failing test to use selenium driver
[arvados.git] / doc / user / topics / running-pipeline-command-line.html.textile.liquid
index be5f2e0f74ffe1d98139f35cacb59576d2324480..85d9188ff040edd55940b6164f94024143bf46ea 100644 (file)
@@ -4,10 +4,10 @@ navsection: userguide
 title: "Running a pipeline on the command line"
 ...
 
-{% include 'tutorial_expectations' %}
-
 This tutorial demonstrates how to use the command line to run the same pipeline as described in "running a pipeline using Workbench.":{{site.baseurl}}/user/tutorials/tutorial-pipeline-workbench.html
 
+{% include 'tutorial_expectations' %}
+
 When you use the command line, you must use Arvados unique identifiers to refer to objects.  The identifiers in this example correspond to the following Arvados objects:
 
 * <i class="fa fa-fw fa-gear"></i> "Tutorial align using bwa mem (qr1hi-p5p6p-itzkwxblfermlwv)":https://{{ site.arvados_workbench_host }}/pipeline_templates/qr1hi-p5p6p-itzkwxblfermlwv
@@ -30,7 +30,7 @@ bwa-mem qr1hi-8i9sb-67n1qvsronmd2z6 49bae1066f4ebce72e2587a3efa61c7d+88
 </code></pre>
 </notextile>
 
-This instantiates your pipeline and displays a live feed of its status.  The new pipeline instance will also show up on Workbench dashboard.
+This instantiates your pipeline and displays a live feed of its status.  The new pipeline instance will also show up on the Workbench Dashboard.
 
 Arvados adds each pipeline component to the job queue as its dependencies are satisfied (or immediately if it has no dependencies) and finishes when all components are completed or failed and there is no more work left to do.