Merge branch '16482-bump-cwltool-version'
[arvados.git] / sdk / cwl / tests / 12213-keepref-wf.cwl
index 0c8427abaf7724450eac36b1fe8cdcd8819d8d9c..343df0bbda5c40f945f203a37d032ac154cde75a 100644 (file)
@@ -1,10 +1,17 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 cwlVersion: v1.0
 class: Workflow
 requirements:
   ScatterFeatureRequirement: {}
 inputs:
   dir: Directory
-outputs: []
+outputs:
+  out:
+    type: File[]
+    outputSource: tool/out
 steps:
   ex:
     in:
@@ -14,6 +21,6 @@ steps:
   tool:
     in:
       fastqsdir: ex/out
-    out: []
+    out: [out]
     scatter: fastqsdir
     run: 12213-keepref-tool.cwl
\ No newline at end of file