X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cbe0ab4581008c47ab2dfc569e2494f4fc51f844..2d2897ef969c28bc7b8ae420d1d9ff7aaf5130e1:/sdk/cwl/tests/12213-keepref-wf.cwl diff --git a/sdk/cwl/tests/12213-keepref-wf.cwl b/sdk/cwl/tests/12213-keepref-wf.cwl index 0c8427abaf..343df0bbda 100644 --- a/sdk/cwl/tests/12213-keepref-wf.cwl +++ b/sdk/cwl/tests/12213-keepref-wf.cwl @@ -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