The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

De Palma lab

depalma-napari-omero

Napari interface for the De Palma lab.

    EPFL Center for Imaging logo screenshot

    • TODO

    Installation

    First, install Miniconda by following the instructions: https://docs.conda.io/en/latest/miniconda.html.

    Then, start an Anaconda Prompt (on Windows, you can find it in the start menu).

    Set up a conda environment with Python 3.9:

    conda create -n project-env python=3.9

    Activate the environment:

    conda activate project-env

    On Windows, the zeroc-ice dependency fails to install from pip. As a workaround, install it with conda:

    conda install -c conda-forge zeroc-ice

    Install Napari and the depalma plugin from the GitLab repository in the project-env environment:

    pip install git+https://gitlab.com/epfl-center-for-imaging/depalma.git

    Start the Napari app with the depalma plugin:

    napari -w depalma

    Update the project

    To update the project to the latest version, force the reinstallation of the depalma plugin in your environment:

    pip install --force-reinstall git+https://gitlab.com/epfl-center-for-imaging/depalma.git

    Build with PyApp

    python pyapp/build.py

    Version:

    • 0.1.4

    Last updated:

    • 01 August 2024

    First released:

    • 31 July 2024

    License:

    Supported data:

    • Information not submitted

    Plugin type:

    GitHub activity:

    • Stars: 1
    • Forks: 0
    • Issues + PRs: 0

    Python versions supported:

    Operating system:

    • Information not submitted

    Requirements:

    • napari[all]>=0.4.16
    • qtpy
    • magicgui
    • napari-label-focus>=0.0.9
    • napari-remove-objects
    • mousetumornet
    • ezomero==1.1.1
    • numpy
    • pandas
    • trackpy
    • imagecodecs[all]
    • tifffile
    • pooch