@@ -24,9 +24,9 @@ Workflow Steps
24243. **Stitching **:
2525
2626 * Applies the calculated flatfield to the raw tiles.
27- * Corrects for radial distortion (can be disabled or ` k ` can be provided) .
27+ * Corrects for radial distortion.
2828 * Aligns tiles using stage positions and cross-correlation.
29- * Stitches tiles into a multi-scale OME-Zarr image.
29+ * Stitches tiles into an OME-Zarr image.
3030
3131Inputs
3232------
@@ -122,7 +122,7 @@ Below is the complete list of exposed options, including optional settings for g
122122 - Force re-run of stitching even if output exists.
123123 * - **Resources **
124124 - Various
125- - ``stitch_cpu ``, ``stitch_memory ``, `` stitch_disks ``, etc. can be set to override defaults.
125+ - ``stitch_cpu ``, ``stitch_memory ``, etc. can be set to override defaults.
126126
127127Outputs
128128-------
@@ -233,9 +233,6 @@ Below is the complete list of exposed options covering registration, feature ext
233233 * - **subset **
234234 - Array[String]
235235 - Filter specific wells/plates.
236- * - **batch_size **
237- - Int
238- - Number of groups to process in one batch.
239236
240237**Segmentation & Registration **
241238
@@ -321,7 +318,7 @@ Below is the complete list of exposed options covering registration, feature ext
321318 - Array[Float]
322319 - Sigma for Laplacian of Gaussian spot detection.
323320
324- **Control Flags (Force / Skip) **
321+ **Additional Parameters **
325322
326323.. list-table ::
327324 :widths: 30 15 55
@@ -330,19 +327,21 @@ Below is the complete list of exposed options covering registration, feature ext
330327 * - Parameter
331328 - Type
332329 - Description
333- * - **run_spot_detect **
334- - Boolean
335- - Default ``true ``.
336- * - **run_nuclei_segmentation **
337- - Boolean
338- - Default ``true ``.
339- * - **run_cell_segmentation **
330+ * - **model_dir **
331+ - String
332+ - Path containing deep learning model resouces (See :doc: `FAQ <faq >` for more details.)
333+ * - **run_``task`` **
340334 - Boolean
341- - Default `` true ``.
342- * - **force_merge **
335+ - Set to `` false ``, (e.g. run_nuclei_segmentation) to skip task
336+ * - **force_``task`` **
343337 - Boolean
344- - Force re-merge even if output exists.
345-
338+ - Set to ``true ``, to re-run task (e.g. force_segment_cell) even if output exists.
339+ * - **Resources **
340+ - Various
341+ - ``segment_nuclei_cpu ``, ``segment_nuclei_memory ``, etc. can be set to override defaults.
342+ * - **batch_size **
343+ - Int
344+ - Number of groups to process in one batch.
346345Outputs
347346-------
348347
0 commit comments