X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cbe0ab4581008c47ab2dfc569e2494f4fc51f844..215fe1cc2c7988b5267a6423dea559c9e85b15aa:/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..3f1e8902cc 100644 --- a/sdk/cwl/tests/12213-keepref-wf.cwl +++ b/sdk/cwl/tests/12213-keepref-wf.cwl @@ -4,7 +4,10 @@ requirements: ScatterFeatureRequirement: {} inputs: dir: Directory -outputs: [] +outputs: + out: + type: File[] + outputSource: tool/out steps: ex: in: @@ -14,6 +17,6 @@ steps: tool: in: fastqsdir: ex/out - out: [] + out: [out] scatter: fastqsdir run: 12213-keepref-tool.cwl \ No newline at end of file