{"name":"napari-allencell-segmenter","display_name":"napari-allencell-segmenter","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-allencell-segmenter.WorkflowEditorWidget","title":"WorkflowEditorWidget","python_name":"napari_allencell_segmenter._dock_widget:WorkflowEditorWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-allencell-segmenter.BatchProcessingWidget","title":"BatchProcessingWidget","python_name":"napari_allencell_segmenter._dock_widget:BatchProcessingWidget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-allencell-segmenter.WorkflowEditorWidget","display_name":"WorkflowEditorWidget","autogenerate":false},{"command":"napari-allencell-segmenter.BatchProcessingWidget","display_name":"BatchProcessingWidget","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-allencell-segmenter","version":"2.1.12","dynamic":null,"platform":["UNKNOWN"],"supported_platform":null,"summary":"A plugin that enables 3D image segmentation provided by Allen Institute for Cell Science","description":"# napari-allencell-segmenter\n\n[![License](https://img.shields.io/pypi/l/napari-allencell-segmenter.svg?color=green)](https://github.com/AllenCell/napari-allencell-segmenter/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-allencell-segmenter.svg?color=green)](https://pypi.org/project/napari-allencell-segmenter)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-allencell-segmenter.svg?color=green)](https://python.org)\n[![Anaconda](https://anaconda.org/conda-forge/napari-allencell-segmenter/badges/version.svg)](https://anaconda.org/conda-forge/napari-allencell-segmenter)\n[![tests](https://github.com/AllenCell/napari-allencell-segmenter/workflows/tests/badge.svg)](https://github.com/AllenCell/napari-allencell-segmenter/actions)\n[![codecov](https://codecov.io/gh/AllenCell/napari-allencell-segmenter/branch/main/graph/badge.svg)](https://codecov.io/gh/AllenCell/napari-allencell-segmenter)\n\n\nA plugin that enables 3D image segmentation provided by Allen Institute for Cell Science\n\nThe Allen Cell & Structure Segmenter plugin for napari provides an intuitive graphical user interface to access the powerful segmentation capabilities of an open source 3D segmentation software package developed and maintained by the Allen Institute for Cell Science (classic workflows only with v1.0). ​[The Allen Cell & Structure Segmenter](https://allencell.org/segmenter) is a Python-based open source toolkit developed at the Allen Institute for Cell Science for 3D segmentation of intracellular structures in fluorescence microscope images. This toolkit brings together classic image segmentation and iterative deep learning workflows first to generate initial high-quality 3D intracellular structure segmentations and then to easily curate these results to generate the ground truths for building robust and accurate deep learning models. The toolkit takes advantage of the high replicate 3D live cell image data collected at the Allen Institute for Cell Science of over 30 endogenous fluorescently tagged human induced pluripotent stem cell (hiPSC) lines. Each cell line represents a different intracellular structure with one or more distinct localization patterns within undifferentiated hiPS cells and hiPSC-derived cardiomyocytes.\n\nMore details about Segmenter can be found at https://allencell.org/segmenter\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n\n\n## Installation\n\n### Option 1 (recommended):\n\nAfter you installed the lastest version of napari, you can go to \"Plugins\" --> \"Install/Uninstall Package(s)\". Then, you will be able to see all available napari plugins and you can find us by name `napari-allencell-segmenter`. Just click the \"install\" button to install the Segmenter plugin.\n\n### Option 2:\n\nYou can also install `napari-allencell-segmenter` via [pip]:\n\n pip install napari-allencell-segmenter\n\n## Quick Start\n\nIn the current version, there are two parts in the plugin: **workflow editor** and **batch processing**. The **workflow editor** allows users adjusting parameters in all the existing workflows in the lookup table, so that the workflow can be optimized on users' data. The adjusted workflow can be saved and then applied to a large batch of files using the **batch processing** part of the plugin. \n\n1. Open a file in napari (the plugin is able to support multi-dimensional data in .tiff, .tif. ome.tif, .ome.tiff, .czi)\n2. Start the plugin (open napari, go to \"Plugins\" --> \"napari-allencell-segmenter\" --> \"workflow editor\")\n3. Select the image and channel to work on\n4. Select a workflow based on the example image and target segmentation based on user's data. Ideally, it is recommend to start with the example with very similar morphology as user's data.\n5. Click \"Run All\" to execute the whole workflow on the sample data.\n6. Adjust the parameters of steps, based on the intermediate results. For instruction on the details on each function and the effect of each parameter, click the tooltip button. A complete list of all functions can be found [here](https://github.com/AllenCell/aics-segmentation/blob/main/aicssegmentation/structure_wrapper_config/function_params.md)\n7. Click \"Run All\" again after adjusting the parameters and repeat step 6 and 7 until the result is satisfactory.\n8. Save the workflow\n9. Close the plugin and open the **batch processing** part by (go to \"Plugins\" --> \"napari-allencell-segmenter\" --> \"batch processing\")\n10. Load the customized workflow (or an off-the-shelf workflow) json file\n11. Load the folder with all the images to process\n12. Click \"Run\"\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-allencell-segmenter\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/AllenCell/napari-allencell-segmenter/issues\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/AllenCell/napari-allencell-segmenter","download_url":null,"author":"Allen Institute for Cell Science","author_email":null,"maintainer":null,"maintainer_email":null,"license":"BSD-3","classifier":["Development Status :: 5 - Production/Stable","Intended Audience :: Science/Research","Framework :: napari","Topic :: Scientific/Engineering","Topic :: Scientific/Engineering :: Visualization","Topic :: Scientific/Engineering :: Information Analysis","Topic :: Scientific/Engineering :: Bio-Informatics","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Operating System :: OS Independent","License :: OSI Approved :: BSD License"],"requires_dist":["napari (>=0.4.9)","napari-plugin-engine (>=0.1.4)","numpy","aicssegmentation (>=0.5.3)","magicgui (>=0.2.9)","aicsimageio (~=4.0.5)","opencv-python-headless (>=4.5.1)","importlib-metadata (==4.11.4)","npe2","napari (>=0.4.9) ; extra == 'all'","napari-plugin-engine (>=0.1.4) ; extra == 'all'","numpy ; extra == 'all'","aicssegmentation (>=0.5.3) ; extra == 'all'","magicgui (>=0.2.9) ; extra == 'all'","aicsimageio (~=4.0.5) ; extra == 'all'","opencv-python-headless (>=4.5.1) ; extra == 'all'","importlib-metadata (==4.11.4) ; extra == 'all'","npe2 ; extra == 'all'","black (>=19.10b0) ; extra == 'all'","codecov (>=2.0.22) ; extra == 'all'","docutils (<0.16,>=0.10) ; extra == 'all'","flake8 (>=3.7.7) ; extra == 'all'","psutil (>=5.7.0) ; extra == 'all'","pytest (>=4.3.0) ; extra == 'all'","pytest-cov (==2.6.1) ; extra == 'all'","pytest-raises (>=0.10) ; extra == 'all'","pytest-qt (>=3.3.0) ; extra == 'all'","quilt3 (>=3.1.12) ; extra == 'all'","pytest-runner ; extra == 'all'","bumpversion (>=0.5.3) ; extra == 'all'","coverage (>=5.0a4) ; extra == 'all'","gitchangelog (>=3.0.4) ; extra == 'all'","ipython (>=7.5.0) ; extra == 'all'","m2r (>=0.2.1) ; extra == 'all'","pytest-runner (>=4.4) ; extra == 'all'","Sphinx (<3,>=2.0.0b1) ; extra == 'all'","sphinx-rtd-theme (>=0.1.2) ; extra == 'all'","tox (==3.25.0) ; extra == 'all'","twine (>=1.13.0) ; extra == 'all'","wheel (>=0.33.1) ; extra == 'all'","black (>=19.10b0) ; extra == 'dev'","bumpversion (>=0.5.3) ; extra == 'dev'","coverage (>=5.0a4) ; extra == 'dev'","docutils (<0.16,>=0.10) ; extra == 'dev'","flake8 (>=3.7.7) ; extra == 'dev'","gitchangelog (>=3.0.4) ; extra == 'dev'","ipython (>=7.5.0) ; extra == 'dev'","m2r (>=0.2.1) ; extra == 'dev'","pytest (>=4.3.0) ; extra == 'dev'","pytest-cov (==2.6.1) ; extra == 'dev'","pytest-raises (>=0.10) ; extra == 'dev'","pytest-runner (>=4.4) ; extra == 'dev'","pytest-qt (>=3.3.0) ; extra == 'dev'","quilt3 (>=3.1.12) ; extra == 'dev'","Sphinx (<3,>=2.0.0b1) ; extra == 'dev'","sphinx-rtd-theme (>=0.1.2) ; extra == 'dev'","tox (==3.25.0) ; extra == 'dev'","twine (>=1.13.0) ; extra == 'dev'","wheel (>=0.33.1) ; extra == 'dev'","pytest-runner ; extra == 'setup'","black (>=19.10b0) ; extra == 'test'","codecov (>=2.0.22) ; extra == 'test'","docutils (<0.16,>=0.10) ; extra == 'test'","flake8 (>=3.7.7) ; extra == 'test'","psutil (>=5.7.0) ; extra == 'test'","pytest (>=4.3.0) ; extra == 'test'","pytest-cov (==2.6.1) ; extra == 'test'","pytest-raises (>=0.10) ; extra == 'test'","pytest-qt (>=3.3.0) ; extra == 'test'","quilt3 (>=3.1.12) ; extra == 'test'"],"requires_python":">=3.7","requires_external":null,"project_url":["Bug Tracker, https://github.com/AllenCell/napari-allencell-segmenter/issues","Documentation, https://github.com/AllenCell/napari-allencell-segmenter#README.md","Source Code, https://github.com/AllenCell/napari-allencell-segmenter","User Support, https://github.com/AllenCell/napari-allencell-segmenter/issues"],"provides_extra":["all","dev","setup","test"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":true}