devbio-napari

devbio-napari

A bundle of napari plugins useful for 3D+t image processing and analysis for studying developmental biology.

License PyPI Python Version tests codecov Development Status napari hub

A bundle of napari plugins useful for 3D+t image processing and analysis for studying developmental biology.


Installation

You can install devbio-napari via conda/mamba. If you have never used conda before, please read this guide first.
Start by installing mamba in your base environment:

conda install mamba -c conda-forge

Afterwards, create an environment using mamba.

mamba create --name devbio-napari-env python=3.9 devbio-napari -c conda-forge -c pytorch

Afterwards, activate the environment like this:

mamba activate devbio-napari-env

Afterwards, run this command from the command line

naparia

This window should open. It shows the Assistant graphical user interface. Read more about how to use it in its documentation.

img.png

Troubleshooting: Graphics cards drivers

In case error messages contains "ImportError: DLL load failed while importing cl: The specified procedure could not be found" see also or ""clGetPlatformIDs failed: PLATFORM_NOT_FOUND_KHR", please install recent drivers for your graphics card and/or OpenCL device. Select the right driver source depending on your hardware from this list:

Sometimes, mac-users need to install this:

conda install -c conda-forge ocl_icd_wrapper_apple

Sometimes, linux users need to install this:

conda install -c conda-forge ocl-icd-system

In case installation didn't work in the first attempt, you may have to call this command line to reset the napari configuration:

napari --reset

Troubleshooting: pytorch

In case pytorch-related plugins fail, install pytorch as explained on its website. Consider replacing conda with mamba in given instructions.

For example if you have an NVidia GPU at hand, install pytorch like this:

mamba install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

Or if not:

mamba install pytorch torchvision torchaudio cpuonly -c pytorch

Contributing

Contributions are very welcome. If you want to suggest a new napari plugin to become part of this distribution, please make sure it interoperates nicely with the other plugins. For example, if the plugin you suggest provided cell segmentation algorithms, please check if the resulting segmented cells can be analysed using napari-skimage-regionprops. Furthermore, please make sure the README of the plugin you are proposing comes with user documentation, e.g. a step-by-step guide with screenshots explaining what users can do with the plugin and how to use it. It is recommended to provide example data as well so that end-users can try out the plugin under conditions it was developed for.

License

Distributed under the terms of the BSD-3 license, "devbio-napari" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.10.1

Last updated:

  • 10 June 2023

First released:

  • 08 June 2021

License:

Supported data:

  • Information not submitted

Plugin type:

  • Information not submitted

GitHub activity:

  • Stars: 39
  • Forks: 12
  • Issues + PRs: 19

Python versions supported:

Operating system:

Requirements:

  • napari-plugin-engine (>=0.1.4)
  • npe2 (<0.7.0)
  • numpy (>=1.21.4)
  • napari-pyclesperanto-assistant
  • napari-skimage-regionprops
  • napari-animation
  • PlatyMatch
  • napari-plot-profile
  • napari-accelerated-pixel-and-object-classification
  • napari-brightness-contrast
  • napari-plugin-search
  • napari-segment-blobs-and-things-with-membranes
  • napari-simpleitk-image-processing
  • napari-folder-browser
  • napari-crop
  • napari-clusters-plotter (>=0.7.1)
  • napari-tabu
  • napari-workflow-optimizer
  • napari-workflow-inspector
  • napari-curtain
  • napari-layer-details-display
  • napari
  • vispy
  • napari-mouse-controls
  • the-segmentation-game
  • napari-blob-detection
  • jupyterlab
  • napari-czifile2
  • napari-roi
  • pydantic (!=1.10.0)
  • napari-pystackreg
  • imageio (!=2.22.1)
  • redlionfish
  • jupyter-server (<2.0.0)
  • seaborn

Sign up to receive updates