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
As far as I know, this hasn't been used by Vitessce in some time, but I'm not sure of that. Can someone who's more familiar with that code advise and/or take over? I'd hope that the additional test data and code changes in sprm-to-anndata can be ported easily to the sprm-to-json workflow.
@mruffalo Just to be clear here - you're saying that you want to remove the dependency on outputting polygons? I think, as I remember, removing things like this has been a no-go for already existing assays. Whether or not 3D counts as an existing assay is a different story. So for me, I think it would make sense to
Continue outputting polygons in 2D
Remove the dependency here on outputting polygons so that the 3D workflow works.
Both of these workflows check for cell polygons from SPRM, for two purposes:
shapely.geometry.Polygon.centroid
*.ome.tiff-cell_polygons_spatial.csv
This is suboptimal, since this output file can be disabled via an option in SPRM, and this will not be available at all for 3D SPRM results.
This should be addressed in two ways:
portal-containers/containers/sprm-to-anndata/context/main.py
Line 131 in 6d88b87
*.ome.tiff-cell_centers.csv
rather than computing these in this codeThe text was updated successfully, but these errors were encountered: