Skip to content

Commit

Permalink
Update embassy URLs to start with uk1s3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Dec 15, 2021
1 parent 9694a20 commit a27ee1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .napari/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The image metadata from OMERO will be used to set channel names, colormaps and r
You can open local or remote images using `napari` at the terminal and the path to your file:

```
$ napari 'https://s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/'
$ napari 'https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/'
# also works with local files
$ napari 6001240.zarr
Expand All @@ -35,7 +35,7 @@ OR in python:
import napari

viewer = napari.Viewer()
viewer.open('https://s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/')
viewer.open('https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.1/6001240.zarr/')
napari.run()
```
If a single zarray is passed to the plugin, it will be opened without the use of
Expand Down

0 comments on commit a27ee1d

Please sign in to comment.