[ARVADOS] updated: 1.3.0-1318-gad76d059c
Git user
git at public.curoverse.com
Wed Jul 17 16:03:53 UTC 2019
Summary of changes:
doc/user/cwl/cwl-versions.html.textile.liquid | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via ad76d059c306a73af45b6b7525aabb5f54c73f8b (commit)
from fe93327232956722ca9a5d91ddc3338eaff55f14 (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 ad76d059c306a73af45b6b7525aabb5f54c73f8b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed Jul 17 11:58:34 2019 -0400
15028: Add link to extensions page
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/doc/user/cwl/cwl-versions.html.textile.liquid b/doc/user/cwl/cwl-versions.html.textile.liquid
index f20071e02..93b2e5907 100644
--- a/doc/user/cwl/cwl-versions.html.textile.liquid
+++ b/doc/user/cwl/cwl-versions.html.textile.liquid
@@ -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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list