We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpatialData
Related to scverse/spatialdata-io#231 and scverse/spatialdata-io#72.
We could enable a way to merge/edit spatialdata stored objects in a modular way without having to use Python code.
The first part here assumes the two issues linked above are solved (note, this is a draft syntax, the final one may be different)
python -m spatialdata_io convert xenium path/to/raw/data path/to/output/zarr/store python -m spatialdata_io convert tiff path/to/tiff/file path/to/output/zarr/store2 --name "my_image"
New proposed CLI (this is one of possible design to discuss):
python -m spatialdata write_element --from path/to/output/zarr/store2/images/my_image --to path/to/output/zarr/store
Equivalent syntax for concatenating SpatialData objects and for removing/renaming elements from an object.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to scverse/spatialdata-io#231 and scverse/spatialdata-io#72.
We could enable a way to merge/edit spatialdata stored objects in a modular way without having to use Python code.
a possible example
The first part here assumes the two issues linked above are solved (note, this is a draft syntax, the final one may be different)
python -m spatialdata_io convert xenium path/to/raw/data path/to/output/zarr/store python -m spatialdata_io convert tiff path/to/tiff/file path/to/output/zarr/store2 --name "my_image"
New proposed CLI (this is one of possible design to discuss):
Equivalent syntax for concatenating
SpatialData
objects and for removing/renaming elements from an object.The text was updated successfully, but these errors were encountered: