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
help="Type of input data. Proseg is compatible with multiple technology inputs, it just needs to be passed as an option. Supported methods are 'merscope', 'cosmx-micron', 'xenium'",
281
-
),
282
-
prior_shapes_key: str=typer.Option(
283
-
default=None,
284
-
help="Name of the prior shapes key to use for segmentation. If None, no prior shapes will be used.",
266
+
command_line_suffix: str=typer.Option(
267
+
"",
268
+
help="String suffix to add to the proseg command line. This can be used to add extra parameters to the proseg command line.",
285
269
),
286
270
):
287
271
"""Perform Proseg segmentation. This needs to be done on a single
288
-
patch as proseg is fast enough and doesn't require parallelization."""
272
+
patch as proseg is fast enough and doesn't require parallelization."""
0 commit comments