[ARVADOS] updated: 583cb3b5128020ff983857ae4e252d8247f148a5
Git user
git at public.curoverse.com
Thu Jun 29 16:10:22 EDT 2017
Summary of changes:
sdk/cwl/tests/stdout.cwl | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 sdk/cwl/tests/stdout.cwl
via 583cb3b5128020ff983857ae4e252d8247f148a5 (commit)
from 060d38d627bd1e51dd2b3c6e7de9af6aa7d7b6f3 (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 583cb3b5128020ff983857ae4e252d8247f148a5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jun 28 13:26:01 2017 -0400
Add missing test file for noreuse.cwl. refs #11095
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curoverse.com>
diff --git a/sdk/cwl/tests/stdout.cwl b/sdk/cwl/tests/stdout.cwl
new file mode 100644
index 0000000..c76a6ed
--- /dev/null
+++ b/sdk/cwl/tests/stdout.cwl
@@ -0,0 +1,17 @@
+cwlVersion: v1.0
+class: CommandLineTool
+baseCommand: echo
+stdout: output.txt
+$namespaces:
+ arv: "http://arvados.org/cwl#"
+hints:
+ arv:RuntimeConstraints:
+ outputDirType: local_output_dir
+inputs:
+ message:
+ type: string
+ inputBinding:
+ position: 1
+outputs:
+ output:
+ type: stdout
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list