Mark Keller

Results 215 comments of Mark Keller

See https://github.com/ChengFR/vitessce/blob/figure-making/src/components/scatterplot/Legend.js where we implemented one for Polyphony

Tried styled-components here https://github.com/hubmapconsortium/vitessce/commit/7dbdc9bc78b8dfc96f9aed1625cece6232f6f877 but got a strange warning `You've called styled inside a component` and crashes react with "Objects are not valid as a React child" error. It seems...

Related to #214, #829, #802

- [v0.7 anndata file format](https://github.com/scverse/anndata/blob/0.7.x/docs/fileformat-prose.rst) - [v0.8 anndata file format](https://github.com/scverse/anndata/blob/0.8.x/docs/fileformat-prose.rst)

Vitessce currently uses the metadata from the `.zattrs` to support loading OME-NGFF via Zarr. Vitessce also supports a (pre-OME-NGFF) Bioformats-Zarr format, which I believe makes use of METADATA.ome.xml (@ilan-gold or...

Thank you for the explanation! I did not realize that the zarr.js chunks were being passed directly to the TypedArray via ArrayBuffer. I wonder if https://github.com/petamoriken/float16 could be used in...

I seem to be experiencing this same issue. Taking almost an hour to setup miniconda. Any updates? ```yml jobs: test_demos: runs-on: ubuntu-18.04 defaults: run: shell: bash -l {0} steps: -...

Thanks, Ill give it a try. The difficulty solving was part of the reason for using `mamba` over `conda` but it is possible mamba is having trouble solving too