Skip to content

Commit

Permalink
Merge pull request #54 from melissalinkert/doc-updates
Browse files Browse the repository at this point in the history
Remove N5 references
  • Loading branch information
chris-allan authored Apr 7, 2021
2 parents c627dc3 + 060831e commit f227a45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Requirements
============

libblosc (https://github.com/Blosc/c-blosc) version 1.9.0 or later must be installed separately.
The native libraries are not packaged with any relevant jars. See also note in n5-zarr readme (https://github.com/saalfeldlab/n5-zarr/blob/0.0.2-beta/README.md)
The native libraries are not packaged with any relevant jars. See also note in jzarr readme (https://github.com/bcdev/jzarr/blob/master/README.md)

* Mac OSX: `brew install c-blosc`
* Ubuntu 18.04+: `apt-get install libblosc1`
Expand Down Expand Up @@ -51,7 +51,7 @@ or generate a 5.9.x-compatible pyramid:

raw2ometiff tile_directory pyramid.tiff --legacy

The input tile directory must contain a full pyramid in a Zarr or N5 container.
The input tile directory must contain a full pyramid in a Zarr container.

By default, LZW compression will be used in the OME-TIFF file.
The compression can be changed using the `--compression` option.
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ repositories {
maven {
url 'http://nexus.senbox.net/nexus/content/groups/public'
}
maven {
url 'https://repo.glencoesoftware.com/repository/n5-zarr-snapshots/'
}
maven {
url 'https://repo.glencoesoftware.com/repository/jzarr-snapshots'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ else if (bytes instanceof double[]) {
}

/**
* Translate N5/Zarr/... attributes to the current metadata store.
* Translate Zarr attributes to the current metadata store.
*/
private void populateMetadata() throws IOException {
if (plateData != null) {
Expand Down

0 comments on commit f227a45

Please sign in to comment.