Changes related to https://dev.arvados.org/issues/15888#note-25
[arvados.git] / doc / user / tutorials / writing-cwl-workflow.html.textile.liquid
index ab80c972184b52032e414982ca3f8b51b1ee6dfe..dd537c46acefe1019b72842a61d39ad062f17220 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: userguide
 title: "Writing a CWL workflow"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 {% include 'what_is_cwl' %}
 
@@ -10,9 +15,17 @@ title: "Writing a CWL workflow"
 
 h2. Developing workflows
 
-For an introduction and and detailed documentation about writing CWL, see the "CWL User Guide":http://commonwl.org/v1.0/UserGuide.html and the "CWL Specification":http://commonwl.org/v1.0 .
+For an introduction and and detailed documentation about writing CWL, see the "CWL User Guide":https://www.commonwl.org/user_guide and the "CWL Specification":http://commonwl.org/v1.1 .
+
+See "Writing Portable High-Performance Workflows":{{site.baseurl}}/user/cwl/cwl-style.html and "Arvados CWL Extensions":{{site.baseurl}}/user/cwl/cwl-extensions.html for additional information about using CWL on Arvados.
+
+See "Repositories of CWL Tools and Workflows":https://www.commonwl.org/#Repositories_of_CWL_Tools_and_Workflows for links to repositories of existing tools for reuse.
+
+See "Software for working with CWL":https://www.commonwl.org/#Software_for_working_with_CWL for links to software tools to help create CWL documents.
+
+h2. Using Composer
 
-See "Best Practices for writing CWL":{{site.baseurl}}/user/cwl/cwl-style.html and "Arvados CWL Extensions":{{site.baseurl}}/user/cwl/cwl-extensions.html for additional information about using CWL on Arvados.
+You can create new workflows in the browser using "Arvados Composer":{{site.baseurl}}/user/composer/composer.html
 
 h2. Registering a workflow to use in Workbench