15028: Add link to extensions page
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 17 Jul 2019 15:58:34 +0000 (11:58 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 17 Jul 2019 15:58:34 +0000 (11:58 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

doc/user/cwl/cwl-versions.html.textile.liquid

index f20071e025d02a4d89d44926c03271490a32497a..93b2e59072a0f93d68d4a1bfe080eb184bcd7a7a 100644 (file)
@@ -29,4 +29,6 @@ A tool may fail to find an input file that could be found when run under the job
 
 A tool may fail when attempting to rename or delete a file in the output directory.  This may happen because files listed in @InitialWorkDirRequirement@ appear in the output directory as normal files (not symlinks) but cannot be moved, renamed or deleted unless marked as "writable" in CWL.  These files will be added to the output collection but without any additional copies of the underlying data.
 
-A tool may fail when attempting to access the network.  This may happen because, unlike the jobs API, under the containers API network access is disabled by default.  Tools which require network access should add @arv:APIRequirement: {}@ to the @requirements@ section.
+A tool may fail when attempting to access the network.  This may happen because, unlike the jobs API, under the containers API network access is disabled by default.  Tools which require network access should add "arv:APIRequirement: {}":cwl-extensions.html#APIRequirement to the @requirements@ section.
+
+CWL v1.1 is not supported by the Jobs API.