From 2bcfdd4986a2df2cfb8d30f2217e0ec91b701cd7 Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Wed, 4 Dec 2024 14:04:53 +0100 Subject: [PATCH] Fix `cwltool:Loop` extension definition This commit fixes two small errors in the `cwltool:Loop` definition that were breaking the Schema SALAD codegen procedure. --- cwltool/extensions-v1.2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwltool/extensions-v1.2.yml b/cwltool/extensions-v1.2.yml index c39b15d07..ae371c671 100644 --- a/cwltool/extensions-v1.2.yml +++ b/cwltool/extensions-v1.2.yml @@ -236,7 +236,7 @@ $graph: name: LoopOutputModes symbols: [ last, all ] default: last - doc: + doc: | - Specify the desired method of dealing with loop outputs - Default. Propagates only the last computed element to the subsequent steps when the loop terminates. - Propagates a single array with all output values to the subsequent steps when the loop terminates.