We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd19398 commit 796f573Copy full SHA for 796f573
1 file changed
src/methods_transcript_assignment/comseg/script.py
@@ -36,7 +36,7 @@
36
del sdata["segmentation_boundaries"]["label"] # make_transcript_patches will create a new label column and fails if one exists.
37
38
# Make patches
39
-sopa.make_image_patches(sdata, patch_width=par["patch_width"], patch_overlap=par["patch_overlap"])
+sopa.make_image_patches(sdata, image_key="morphology_mip", patch_width=par["patch_width"], patch_overlap=par["patch_overlap"])
40
41
transcript_patch_args = {
42
"sdata": sdata,
0 commit comments