Skip to content

Commit

Permalink
Fix cwltool:Loop extension definition (#2081)
Browse files Browse the repository at this point in the history
This commit fixes one small error in the `cwltool:Loop` definition that
were breaking the Schema SALAD codegen procedure.
  • Loading branch information
GlassOfWhiskey authored Dec 12, 2024
1 parent 604fd12 commit d3c7bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwltool/extensions-v1.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3c7bd5

Please sign in to comment.