goeckslab / tools-mti

MIT License
3 stars 7 forks source link

Add coordinate scaling tool to Galaxy mti-utils #82

Closed CameronFRWatson closed 3 months ago

CameronFRWatson commented 3 months ago

Adds a tool for scaling the X,Y coordinates in single-cell data extracted from multiplex tissue imaging assays, in Anndata h5ad format. This allows for downstream spatial analysis that uses physical distances (i.e microns) rather than pixels which differs between imaging modalities. This PR also updates the mti-utils Docker image, and applies a few small changes to existing utils tools to accommodate the dependency updates.


This PR is related to


If updating an existing tool to a newer major version


Provide details here

CameronFRWatson commented 3 months ago

I added a fix to issue https://github.com/goeckslab/tools-mti/issues/61 to this PR out of convenience. More minor changes to existing mti-utils