Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Jun 5, 2024
1 parent d293909 commit b00b7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sparcscore/pipeline/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def save_segmentation_zarr(self, labels=None):
loc = parse_url(path, mode="w").store
group = zarr.group(store=loc)

segmentation_names = ["nucleus", "cyotosol"]
segmentation_names = ["nucleus", "cytosol"]

# check if segmentation names already exist if so delete
for seg_names in segmentation_names:
Expand Down
2 changes: 1 addition & 1 deletion src/sparcscore/pipeline/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ def _get_downsampling_parameters(self):
return N, smoothing_kernel_size

def _finalize_segmentation_results(self, size_padding):
# nuclear and cyotosolic channels are required (used for segmentation)
# nuclear and cytosolic channels are required (used for segmentation)
required_maps = [self.maps["normalized"][0], self.maps["normalized"][1]]

# Feature maps are all further channel which contain additional phenotypes e.g. for classification
Expand Down

0 comments on commit b00b7fc

Please sign in to comment.