{"name":"napari-allencell-annotator","display_name":"napari-allencell-annotator","visibility":"public","icon":"","categories":[],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-allencell-annotator.MainView","title":"MainView","python_name":"napari_allencell_annotator.view.main_view:MainView","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-allencell-annotator.MainView","display_name":"MainView","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-allencell-annotator","version":"2.0.1","dynamic":null,"platform":null,"supported_platform":null,"summary":"A plugin that enables annotations provided by Allen Institute for Cell Science","description":"# napari-allencell-annotator\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-allencell-annotator.svg?color=green)](https://github.com/bbridge0200/napari-allencell-annotator/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-allencell-annotator.svg?color=green)](https://pypi.org/project/napari-allencell-annotator)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-allencell-annotator.svg?color=green)](https://python.org)\n[![tests](https://github.com/bbridge0200/napari-allencell-annotator/workflows/tests/badge.svg)](https://github.com/bbridge0200/napari-allencell-annotator/actions)\n[![codecov](https://codecov.io/gh/bbridge0200/napari-allencell-annotator/branch/main/graph/badge.svg)](https://codecov.io/gh/bbridge0200/napari-allencell-annotator)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-allencell-annotator)](https://napari-hub.org/plugins/napari-allencell-annotator)\n\nA plugin that enables image annotation/scoring and writes annotations to a .csv file. \nPlugin provided by the Allen Institute for Cell Science.\n\nThe Allen Cell Image Annotator plugin for napari provides an intuitive\ngraphical user interface to create annotation templates, annotate large \nimage sets using these templates, and save image annotations to a csv file. \nThe Allen Cell Image Annotator is a Python-based open source toolkit \ndeveloped at the Allen Institute for Cell Science for both blind, unbiased and un-blind \nmicroscope image annotating. This toolkit supports easy image set selection\nfrom a file finder and creation of annotation templates (text, checkbox, drop-down, spinbox, and point).\nWith napari's multi-dimensional image viewing capabilities, the plugin seamlessly allows users to\nview each image and write annotations into the custom template.\nAnnotation templates can be written to a json file for sharing or re-using. After annotating,\nthe annotation template, image file list, and the annotation values \nare conveniently saved to csv file, which can be re-opened for further annotating. \n\n-   Supports the following image types:\n    - `OME-TIFF`\n    - `TIFF`\n    - `CZI` \n    - `PNG` \n    - `JPEG`\n    - `OME-ZARR`\n\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to files up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/plugins/index.html\n-->\n\n## Installation using Command Line\n### 1. Prerequisites\n\nThe plugin requires [Conda](https://docs.anaconda.com/anaconda/install/).\n- [Installing on Windows ](https://docs.anaconda.com/anaconda/install/windows/) \n  - Follow the steps linked above except\n  - On step 8, check top the box to add to PATH\n  - ![Alt text](napari_allencell_annotator/assets/windowsstep8.png)\n- [Installing on Mac ](https://docs.anaconda.com/anaconda/install/mac-os/) \n\n### 2. Install the plugin\nClick the link corresponding to your OS.\n#### [Windows](https://alleninstitute-my.sharepoint.com/:u:/g/personal/r_dhamrongsirivadh_alleninstitute_org/EexXIxeeIbNEs4KMjimcXOcBMn2J2QwxJhNEkOcRHC1eVg?e=JKa5WI)\n- From the link above, click the three dots on the top menu bar and select download. \n- Open a file explorer and go to the Downloads folder. Use **Option 1** below. A prompt window should open and start installing. If this fails use **Option 2**. \n  - **Option 1**: Double-click the file _install_napari.sh_\n  - **Option 2**: Search the file finder for Anaconda Prompt. Open version 3. Run the following commands one line at a time. \n    - conda create -n napari_annotator python=3.10 anaconda\n    - conda activate napari_annotator\n    - python -m pip install --upgrade pip\n    - python -m pip install \"napari[all]\"\n    - python -m pip install napari-allencell-annotator\n    - napari\n  - **Still not working?** Try using conda forge instead of pip. \n    - Ex: conda install -c conda-forge napari instead of python -m pip install \"napari[all]\"\n#### [MacOS/Unix](https://alleninstitute-my.sharepoint.com/:u:/g/personal/r_dhamrongsirivadh_alleninstitute_org/ESeAYWwWFuRFhgpqgbiKQ6QBXdU8Dg8OU9ilpJ5VmoY-cA?e=BHpReg)\n- From the link above, download the file. \n- Open terminal. \n- Run _chmod +x ./Downloads/install_napari.command_ \n  - If you get a file not found error try adjusting the path to match where install_napari.command was downloaded.\n- Open finder, navigate to the file, double-click _install_napari.command_ . \n  - A terminal window should open and start installing. \n  \n\n### 3. Launch the Plugin\n\nOnce the napari window opens, go to **Plugins**.\n- If **napari-allencell-annotator** is listed click it to launch. \n- If it is not listed \n- **Install/Uninstall Plugins** ⇨ check the box next to **napari-allencell-annotator** ⇨ **close** ⇨ **Plugins** ⇨ **napari-allencell-annotator** .\n\n### 4. Re-opening the Plugin After Installing\n- Windows\n  - Search for anaconda navigator in file finder\n  - Click on navigator version 3\n  - Once the navigator opens, click **Environments** on the left side\n  - Click on the annotator environment and wait for it to load\n  - Press the play button\n  - Type _napari_ in the prompt that opens\n  - Click **Plugins** ⇨ **napari-allencell-annotator**\n- MacOS\n  - Open terminal\n  - Run these commands one line at a time\n    - conda activate napari_annotator\n    - napari\n  - Click **Plugins** ⇨ **napari-allencell-annotator**\n\n## Installation from Napari Hub\nIf you have previously installed Napari on your machine, you can follow these steps to install the plugin from Napari Hub.\n\n### 1. Install the Plugin\n- Open Napari\n- Go to **Plugins** ⇨ **Install/Uninstall Plugins...**\n- Find **napari-allencell-annotator** in **Available Plugins**\n- Click **Install**\n- Close the window after the installation finishes\n\n### 2. Launch the Plugin\n- Click **Plugins** ⇨ **napari-allencell-annotator**\n  - You might have to restart Napari for the annotator to appear in the plugin list.\n  - If you still can't see the plugin, go to **Install/Uninstall Plugins** ⇨ check the box next to **napari-allencell-annotator**.\n\n## Quick Start\n\n1. Open napari\n2. Start the plugin \n   - Open napari, go to **Plugins** ⇨ **napari-allencell-annotator**.\n3. Create or import annotations and add images to annotate.\n\nFor more detailed usage instructions, check out this [document](napari_allencell_annotator/assets/AnnotatorInstructions.pdf) \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-annotator\" 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\n[file an issue]: https://github.com/bbridge0200/napari-allencell-annotator/issues\n\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","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/aics-int/napari-allencell-annotator/","download_url":null,"author":"Allen Institute for Cell Science","author_email":null,"maintainer":null,"maintainer_email":null,"license":null,"classifier":["Intended Audience :: Science/Research","Framework :: napari","Topic :: Scientific/Engineering","Topic :: Scientific/Engineering :: Visualization","Topic :: Scientific/Engineering :: Information Analysis","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Operating System :: OS Independent","License :: OSI Approved :: BSD License"],"requires_dist":["napari >=0.4.9","napari-plugin-engine >=0.1.4","numpy","xarray >=2022.6.0","magicgui >=0.3.7","aicspylibczi >=3.0.5","fsspec >=2022.8.2","bioformats-jar","bfio","qtpy","bioio","bioio-ome-tiff","bioio-czi","bioio-ome-zarr","tifffile >=2021.8.30","bioio-imageio","napari >=0.4.9 ; extra == 'all'","napari-plugin-engine >=0.1.4 ; extra == 'all'","numpy ; extra == 'all'","xarray >=2022.6.0 ; extra == 'all'","magicgui >=0.3.7 ; extra == 'all'","aicspylibczi >=3.0.5 ; extra == 'all'","fsspec >=2022.8.2 ; extra == 'all'","bioformats-jar ; extra == 'all'","bfio ; extra == 'all'","qtpy ; extra == 'all'","bioio ; extra == 'all'","bioio-ome-tiff ; extra == 'all'","bioio-czi ; extra == 'all'","bioio-ome-zarr ; extra == 'all'","tifffile >=2021.8.30 ; extra == 'all'","bioio-imageio ; 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'","pyqt5 ; extra == 'all'","pytest-runner ; extra == 'all'","bumpversion >=0.5.3 ; 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.5.2 ; 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'","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.5.2 ; 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'","pyqt5 ; extra == 'test'"],"requires_python":">=3.9","requires_external":null,"project_url":null,"provides_extra":["all","dev","setup","test"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":true}