|
1 | | -# BIOMERO 2.0 — BioImage Analysis in OMERO |
| 1 | +# BIOMERO — BioImage Analysis in OMERO |
2 | 2 | [](https://opensource.org/licenses/Apache-2.0) [](https://zenodo.org/badge/latestdoi/638954891) [](https://pypi.org/project/biomero/) [](https://pypi.org/project/biomero/)   [](https://fair-software.eu) [](https://bestpractices.coreinfrastructure.org/projects/7530) [](https://github.com/NL-BioImaging/biomero/actions/workflows/sphinx.yml) [](https://github.com/NL-BioImaging/biomero/actions/workflows/pages/pages-build-deployment) [](https://github.com/NL-BioImaging/biomero/actions/workflows/python-package.yml) [](https://github.com/NL-BioImaging/biomero/actions/workflows/python-publish.yml) [](https://coveralls.io/github/NL-BioImaging/biomero?branch=main) |
3 | 3 |
|
| 4 | +> 🚀 **This package is part of BIOMERO 2.0** — For complete deployment and FAIR infrastructure setup, start with the [**NL-BIOMERO Documentation**](https://nl-bioimaging.github.io/NL-BIOMERO/) 📖 |
| 5 | +
|
4 | 6 | The **BIOMERO** framework, for **B**io**I**mage analysis in **OMERO**, allows you to run (FAIR) bioimage analysis workflows directly from OMERO on a high-performance compute (HPC) cluster, remotely through SSH. |
5 | 7 |
|
6 | 8 | # BIOMERO 2.0 |
7 | 9 |
|
8 | | -Get ready for an enhanced **BIOMERO**! |
| 10 | +We have release an enhanced **BIOMERO** experience! |
9 | 11 |
|
10 | 12 | BIOMERO 2.0 is a complete ecosystem that includes: |
11 | 13 | - **BIOMERO.analyzer** (this Python library) - The core analysis engine |
@@ -181,12 +183,12 @@ To connect an OMERO processor to a Slurm cluster using the `biomero` library, us |
181 | 183 |
|
182 | 184 | !!*NOTE*: Do not install [Example Minimal Slurm Script](https://github.com/NL-BioImaging/biomero-scripts/blob/master/Example_Minimal_Slurm_Script.py) if you do not trust your users with your Slurm cluster. It has literal Command Injection for the SSH user as a **FEATURE**. |
183 | 185 |
|
184 | | -5. 4. Install [BIOMERO.scripts](https://github.com/NL-BioImaging/biomero-scripts/) requirements: |
| 186 | +5. Install [BIOMERO.scripts](https://github.com/NL-BioImaging/biomero-scripts/) requirements: |
185 | 187 | - **If you installed `biomero[full]`**: All required dependencies (`ezomero`, `tifffile`, `omero-metadata`, `omero-cli-zarr`) are already included |
186 | 188 | - **Manual installation** (if using basic `biomero` without `[full]` extras): |
187 | | - - `python3 -m pip install ezomero>=1.1.1 tifffile>=2020.9.3 omero-metadata>=0.12.0 omero-cli-zarr>=0.5.5` |
| 189 | + - `python3 -m pip install ezomero>=1.1.1 tifffile>=2020.9.3 omero-metadata>=0.12.0 omero-cli-zarr>=0.6.1` |
188 | 190 | - Additional system dependencies may be required: `yum install -y blosc-devel` |
189 | | - - Install [bioformats2raw-0.7.0](https://github.com/glencoesoftware/bioformats2raw/releases/download/v0.7.0/bioformats2raw-0.7.0.zip): `unzip -d /opt bioformats2raw-0.7.0.zip && export PATH="$PATH:/opt/bioformats2raw-0.7.0/bin"` |
| 191 | + - Install [bioformats2raw-0.11.0](https://github.com/glencoesoftware/bioformats2raw/releases/download/v0.11.0/bioformats2raw-0.11.0.zip): `unzip -d /opt bioformats2raw-0.11.0.zip && export PATH="$PATH:/opt/bioformats2raw-0.11.0/bin"` |
190 | 192 |
|
191 | 193 | 6. To finish setting up your `SlurmClient` and Slurm server, run it once with `init_slurm=True`. This is provided in an OMERO script form at [init/Slurm Init environment](https://github.com/NL-BioImaging/biomero-scripts/blob/master/admin/SLURM_Init_environment.py) , which you just installed in previous step. |
192 | 194 | - You could provide the configfile location explicitly if it is not a default one defined earlier, but very likely you can omit that field. |
|
0 commit comments