Skip to content

Commit

Permalink
updated plugin collection, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 28, 2021
1 parent d3ec08a commit 4c1aadf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
33 changes: 25 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,28 @@
[![PyPI](https://img.shields.io/pypi/v/devbio-napari.svg?color=green)](https://pypi.org/project/devbio-napari)
[![Python Version](https://img.shields.io/pypi/pyversions/devbio-napari.svg?color=green)](https://python.org)

A collection of napari plugins useful for studying developmental biology
* [aicsimageio](https://github.com/AllenCellModeling/napari-aicsimageio)
* [Cellpose](https://github.com/MouseLand/cellpose-napari)
* [StarDist](https://github.com/stardist/stardist-napari)
* [clEsperanto](https://clesperanto.github.io/napari_pyclesperanto_assistant/)
* [scikit-image regionprops](https://github.com/haesleinhuepf/napari-skimage-regionprops)
* [animation](https://github.com/napari/napari-animation)
A collection of napari plugins useful for studying developmental biology.

* File input/output plugins
* [aicsimageio](https://www.napari-hub.org/plugins/napari-aicsimageio)
* [napari-itk-io](https://www.napari-hub.org/plugins/napari-itk-io)
* [ome-zarr](https://www.napari-hub.org/plugins/napari-ome-zarr)
* Image exploration and visualization tools
* [animation](https://www.napari-hub.org/plugins/napari-animation)
* Image segmentation plugins
* [Cellpose](https://www.napari-hub.org/plugins/cellpose-napari)
* [StarDist](https://www.napari-hub.org/plugins/stardist-napari)
* [oclrfc](https://www.napari-hub.org/plugins/napari-oclrfc)
* [pyclesperanto-assistant](https://www.napari-hub.org/plugins/napari-pyclesperanto-assistant)
* [Manual split & merge labels](https://www.napari-hub.org/plugins/napari-manual-split-and-merge-labels)
* Image registration
* [PlatyMatch](https://www.napari-hub.org/plugins/PlatyMatch)
* Quantitative measurements
* [scikit-image regionprops](https://www.napari-hub.org/plugins/napari-skimage-regionprops)
* [plot-profile](https://www.napari-hub.org/plugins/napari-plot-profile)
* Utilities
* [brightness-contrast](https://www.napari-hub.org/plugins/napari-brightness-contrast)
* [plugin-search](https://www.napari-hub.org/plugins/napari-plugin-search)

----------------------------------

Expand All @@ -23,10 +38,12 @@ You can install `devbio-napari` via [pip]:
conda install -c conda-forge pyopencl jupyter notebook
pip install devbio-napari

Windows users should install [pyopencl](https://documen.tician.de/pyopencl/) via conda in **advance**:
Windows users should install [pyopencl](https://documen.tician.de/pyopencl/) via conda **in advance**:

conda install -c conda-forge pyopencl

[See also](https://github.com/clEsperanto/napari_pyclesperanto_assistant#Installation).

## 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.
Expand Down
2 changes: 1 addition & 1 deletion devbio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.0.1"
__version__ = "0.1.1"



Expand Down
10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = devbio-napari
version = 0.1.0
version = 0.1.1
author = Robert Haase
author_email = robert.haase@tu-dresden.de
license = BSD-3
Expand Down Expand Up @@ -39,6 +39,14 @@ install_requires =
napari-skimage-regionprops
napari-animation
napari-aicsimageio
PlatyMatch
napari-plot-profile
napari-manual-split-and-merge-labels
napari-oclrfc
napari-brightness-contrast
napari-ome-zarr
napari-itk-io
napari-plugin-search


[options.entry_points]
Expand Down

0 comments on commit 4c1aadf

Please sign in to comment.