[ARVADOS] updated: 51b150baaa5148228156af65ccd6676e65935c41

Git user git at public.curoverse.com
Fri Jul 1 15:40:08 EDT 2016


Summary of changes:
 doc/_includes/_pipeline_deprecation_notice.liquid |  2 +-
 doc/user/cwl/cwl-runner.html.textile.liquid       | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

       via  51b150baaa5148228156af65ccd6676e65935c41 (commit)
      from  78baf73e784e01fb44d1b16aefaf6e295bb4d5b4 (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 51b150baaa5148228156af65ccd6676e65935c41
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jul 1 15:38:59 2016 -0400

    9369: tweaks

diff --git a/doc/_includes/_pipeline_deprecation_notice.liquid b/doc/_includes/_pipeline_deprecation_notice.liquid
index 2fcb2e7..aee683c 100644
--- a/doc/_includes/_pipeline_deprecation_notice.liquid
+++ b/doc/_includes/_pipeline_deprecation_notice.liquid
@@ -1,3 +1,3 @@
 {% include 'notebox_begin' %}
-Arvados pipeline templates are deprecated.  The recommend way to develop new workflows for Arvados is using the "Common Workflow Language":{{site.baseurl}}/user/cwl/intro-cwl.html
+Arvados pipeline templates are deprecated.  The recommend way to develop new workflows for Arvados is using the "Common Workflow Language":{{site.baseurl}}/user/cwl/cwl-runner.html
 {% include 'notebox_end' %}
diff --git a/doc/user/cwl/cwl-runner.html.textile.liquid b/doc/user/cwl/cwl-runner.html.textile.liquid
index b6773c9..473e7b3 100644
--- a/doc/user/cwl/cwl-runner.html.textile.liquid
+++ b/doc/user/cwl/cwl-runner.html.textile.liquid
@@ -6,10 +6,10 @@ title: Using Common Workflow Language
 
 The "Common Workflow Language (CWL)":http://commonwl.org is a multi-vendor open standard for describing analysis tools and workflows that are portable across a variety of platforms.  CWL is the recommended way to develop and run Workflows for Arvados.  Arvados fully supports the "CWL draft-3":http://commonwl.org/draft-3 specification.
 
-h2. Getting the example files
-
 {% include 'tutorial_expectations' %}
 
+h2. Getting the example files
+
 The tutorial files are located in the documentation section Arvados source repository:
 
 <notextile>
@@ -21,17 +21,16 @@ The tutorial files are located in the documentation section Arvados source repos
 The tutorial data is hosted on "http://cloud.curoverse.com":http://cloud.curoverse.com (also known as *qr1hi*).  If you are using a different Arvados instance, you may need to copy the data to your own instance.  The easiest way to do this is with "arv-copy":{{site.baseurl}}/user/topics/arv-copy.html (this requires signing up for a free cloud.curoverse.com account).
 
 <notextile>
-<pre><code>
-~$ <span class="userinput">arv-copy --src cloud --dst settings 2463fa9efeb75e099685528b3b9071e0+438</span>
+<pre><code>~$ <span class="userinput">arv-copy --src cloud --dst settings 2463fa9efeb75e099685528b3b9071e0+438</span>
 ~$ <span class="userinput">arv-copy --src cloud --dst settings ae480c5099b81e17267b7445e35b4bc7+180</span>
 </code></pre>
 </notextile>
 
 If you do not wish to create an account on "http://cloud.curoverse.com":http://cloud.curoverse.com, you may download the files anonymously and upload them to your local Arvados instance:
 
-https://cloud.curoverse.com/collections/2463fa9efeb75e099685528b3b9071e0+438
+"https://cloud.curoverse.com/collections/2463fa9efeb75e099685528b3b9071e0+438":https://cloud.curoverse.com/collections/2463fa9efeb75e099685528b3b9071e0+438
 
-https://cloud.curoverse.com/collections/ae480c5099b81e17267b7445e35b4bc7+180
+"https://cloud.curoverse.com/collections/ae480c5099b81e17267b7445e35b4bc7+180":https://cloud.curoverse.com/collections/ae480c5099b81e17267b7445e35b4bc7+180
 
 h2. Submitting a workflow to an Arvados cluster
 
@@ -107,7 +106,7 @@ If you reference a local file which is not in @arv-mount@, then @arvados-cwl-run
 
 h2. Registering a workflow with Workbench
 
-Use @--create-template@ to register a CWL workflow with Arvados Workbench.  This enables you to run Workflows by clicking on the "Run a pipeline..." button on the Workbench Dashboard.
+Use @--create-template@ to register a CWL workflow with Arvados Workbench.  This enables you to run Workflows by clicking on the <span class="btn btn-sm btn-primary"><i class="fa fa-fw fa-gear"></i> Run a pipeline...</span> on the Workbench Dashboard.
 
 <notextile>
 <pre><code>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list