Skip to content

Instantly share code, notes, and snippets.

@will-moore
Last active December 23, 2020 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save will-moore/b48704fa803ad6ab977214c5e7cace24 to your computer and use it in GitHub Desktop.
Save will-moore/b48704fa803ad6ab977214c5e7cace24 to your computer and use it in GitHub Desktop.
Vitessce config file for loading an OME-Zarr - Work in progress
{
"description": "test",
"layers": [
{
"name": "raster",
"type": "RASTER",
"fileType": "ome-zarr.json",
"url": "https://s3.embassy.ebi.ac.uk/idr/zarr/v0.1/179706.zarr"
}
],
"version": "0.1.0",
"name": "OME-Zarr test",
"staticLayout": [
{
"component": "spatial",
"props": {
"view": {
"zoom": -2,
"target": [
0,
0,
0
]
}
},
"x": 0,
"y": 0,
"w": 8,
"h": 6
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment