vitessce / vitessce-data

Utils for loading HuBMAP data formats
MIT License
6 stars 4 forks source link

Push spraggins to google cloud #82

Closed manzt closed 4 years ago

manzt commented 4 years ago

The linnarsson update in v.0.23 ignores all .zarr files from syncing with AWS. This is my mistake. We haven't been using the Spraggins dataset in Vitessce (yet), but this change prevented spraggins.ims.zarr from being pushed in the most recent release.

This PR updates the destination URL for the spraggins IMS dataset to google cloud storage, explicitly pushes the zarr array there, and updates some oddities that we've run into trying to get these data to render in Viv.

I think we should move towards parsing the zarr metadata in the future, so I have mirrored the changes in spraggins.ims.json to .zattrs and we can work towards this in the future.

ilan-gold commented 4 years ago

I like the mirroring of the changes, thanks for that.