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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
### Added
13
13
- Setting `sopa.settings.simplification_tolerance` to change the default shapely tolerance. For instance, set it to `0.1` for low simplification, or `0` for no simplification (#340)
14
14
- Add an argument to load cells_boundaries and cells_table in `sopa.io.merscope` (`False` by default) (#346)
15
+
- Do not overwrite the prior shape key in the transcript dataframe (useful if running multiple times `make_transcript_patches`)
"You need to create the transcript patches with a `prior_shapes_key`. "
200
-
"For that, you can run cellpose first, and then run again `sopa.make_transcript_patches` with `prior_shapes_key='cellpose_boundaries'`"
199
+
"You need to run `sopa.make_transcript_patches` with a `prior_shapes_key`. "
200
+
"You can provide `prior_shapes_key='auto'` if your technology has a prior segmentation, or `prior_shapes_key='cellpose_boundaries'` if you ran cellpose segmentation first."
returnf"{proseg_executable} transcripts.csv -x x -y y -z z --gene-column {feature_key} --cell-id-column {prior_shapes_key} --cell-id-unassigned 0 {'--exclude-spatialdata-transcripts'ifuse_zarrelse''}{command_line_suffix}"
108
+
returnf"{proseg_executable} transcripts.csv -x x -y y -z z --gene-column {feature_key} --cell-id-column {SopaKeys.SOPA_PRIOR} --cell-id-unassigned 0 {'--exclude-spatialdata-transcripts'ifuse_zarrelse''}{command_line_suffix}"
0 commit comments