Merge branch '11789-arvput-exclude-flag'
authorLucas Di Pentima <lucas@curoverse.com>
Thu, 29 Jun 2017 20:16:32 +0000 (17:16 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Thu, 29 Jun 2017 20:16:32 +0000 (17:16 -0300)
Closes #11789

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@curoverse.com>

sdk/cwl/tests/stdout.cwl [new file with mode: 0644]

diff --git a/sdk/cwl/tests/stdout.cwl b/sdk/cwl/tests/stdout.cwl
new file mode 100644 (file)
index 0000000..c76a6ed
--- /dev/null
@@ -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