Skip to content

Commit

Permalink
Merge pull request #102 from sameeul/update_bioformat_8
Browse files Browse the repository at this point in the history
Update to bioformats 8.0.0
  • Loading branch information
sameeul authored Nov 12, 2024
2 parents 8029048 + 58a3019 commit 0b45e4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/m2_repo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ index 954d682..cb88332 100644
@@ -40,6 +40,8 @@ try:

global JAR_VERSION
scyjava.config.endpoints.append("ome:formats-gpl:7.3.0")
scyjava.config.endpoints.append("ome:formats-gpl:8.0.0")
+ scyjava.config.set_m2_repo("/etc/m2/")
+ scyjava.config.set_cache_dir("/etc/m2/jgo_cache")
scyjava.start_jvm()
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Examples/Converter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ are available in ``bfio``.
Tiled tiff is the preferred file format for reading/writing arbitrarily sized
images.
2. ``backend="bioformats"`` can be used to read any
`any format supported by Bio-Formats <https://docs.openmicroscopy.org/bio-formats/7.3.0/supported-formats.html>`_.
`any format supported by Bio-Formats <https://docs.openmicroscopy.org/bio-formats/8.0.0/supported-formats.html>`_.
The BioWriter with java backend will only save images as OME tiled tiff.
3. ``backend="zarr"`` can be used to read/write a subset of Zarr files following
the `OME Zarr spec <https://ngff.openmicroscopy.org/latest/>`_.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Here are some info on installing Maven on various OS (`Windows <https://phoenixn


NOTE: ``Bio-Formats`` is licensed under GPL, while ``bfio`` is licensed under MIT. This may have consequences when packaging any software that uses
``bfio`` as a dependency. During the first invocation of ``bfio``, ``scyjava`` will try to download ``Bio-Formats`` package from the Maven repository. The current version of ``bfio`` uses ``Bio-Formats`` v7.3.0 .
``bfio`` as a dependency. During the first invocation of ``bfio``, ``scyjava`` will try to download ``Bio-Formats`` package from the Maven repository. The current version of ``bfio`` uses ``Bio-Formats`` v8.0.0 .
2 changes: 1 addition & 1 deletion src/bfio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def start() -> str:
"""

global JAR_VERSION
scyjava.config.endpoints.append("ome:formats-gpl:7.3.0")
scyjava.config.endpoints.append("ome:formats-gpl:8.0.0")
scyjava.start_jvm()
import loci

Expand Down

0 comments on commit 0b45e4b

Please sign in to comment.