You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/topics/workflows.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -519,12 +519,13 @@ two-step workflow to a single step subworkflow:
519
519
Now the scatter acts on a single step, but that step consists of two steps so each step is performed
520
520
in parallel.
521
521
522
-
If `scatter` declares more than one input parameter, `scatterMethod`
523
-
describes how to divide the inputs into separate jobs. There are 3 scatter methods in CWL: `dot_product`, `flat_crossproduct`, and `nested_crossproduct`
522
+
If `scatter` declares more than one input parameter,
523
+
`scatterMethod` describes how to divide the inputs into separate jobs.
524
+
There are 3 scatter methods in CWL: `dot_product`, `flat_crossproduct`, and `nested_crossproduct`.
524
525
525
-
`dotproduct` specifies that each of the input arrays are aligned and one
526
-
element taken from each array to construct each job. It is an error
527
-
if all input arrays are not the same length.
526
+
`dotproduct` specifies that each of the input arrays are aligned,
527
+
and one element taken from each array to construct each job.
528
+
It is an error if all input arrays are not the same length.
0 commit comments