{"name":"napari-findaureus","display_name":"napari-findaureus","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-findaureus.get_reader","title":"Open data to locate bacteria","python_name":"findaureus._reader:napari_get_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-findaureus.make_magic_widget","title":"napari-findaureus","python_name":"findaureus._widget:Find_Bacteria","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-findaureus.get_reader","filename_patterns":["*.czi","*.nd2","*.lif","*.tiff"],"accepts_directories":false}],"writers":null,"widgets":[{"command":"napari-findaureus.make_magic_widget","display_name":"napari-findaureus","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-findaureus","version":"0.0.4","dynamic":null,"platform":null,"supported_platform":null,"summary":"Locate bacteria in CLSM obtained infected bone tissue images","description":"# napari-findaureus\n\n\"Findaureus\" is now available to use in napari.\n

\n\n

\n\nFindaureus is a tool designed to identify bacteria in infected bone tissue images obtained via Confocal Laser Scanning Microscopy (CLSM). This tool can be accessed independently [here](https://github.com/shibarjun/Findaureus). Findaureus has been integrated as a plugin for napari. In addition to its bacteria-locating algorithm, the napari viewer provides improved visualization features, in 2D and 3D perspectives.\n\n----------------------------------\n## Installation\n### Windows/Linux\nIf you don’t have conda installed, you can get miniconda or Anaconda from their websites.\n1. Open your command line tool and run these commands to create and activate a conda environment:\n```\nconda create -n napari-findaureus python=3.9\nconda activate napari-findaureus\n```\n2. Install napari and napari-findaureus with this command:\n```\npip install \"napari[all]\" napari-findaureus\n```\n### macOS\n1. Create an environment with napari and pyqt5\n```\nconda create -n napari-findaureus -c conda-forge python=3.9 pyqt imagecodecs napari\n```\n2. Install the napari-findaureus plugin\n```\npip install napari-findaureus\n```\n\n## Start napari-findaureus\nLaunch napari from the terminal while the napari-findaureus environment is running.\n```\nnapari\n```\nTo launch the napari plugin, go to “Plugins” and select “napari-findaureus”.\n## Quick demo\nTo use the `napari-findaureus` plugin, please follow the steps below:\n\n1. First, download some relevant fluorescence-labeled images of infected mouse bone tissues from [Zenodo](https://zenodo.org/doi/10.5281/zenodo.8411791).\n2. Next, load the image file through the `napari-findaureus` plugin.\n3. Navigate to the “Plugins” menu and select the `napari-findaureus` option to activate the widget.\n4. In the viewer, identify the bacteria channel from the \"layer list,\" which is specified in the image file name, and select it.\n5. Once the bacteria channel is selected, click on the `Find bacteria!` button.\n6. The widget will display the image-related data and bacteria count. If you need additional help, click on the `Instruction` button in the widget.\n7. Before you proceed to another image, reset the viewer by clicking on the `Reset` button provided in the widget.\n\n

\n\n

\n\nEnjoy exploring the fascinating world of bacteria in mouse bone tissues!\n\n----------------------------------\n## Contributing\nWe welcome and appreciate all contributions to the `napari-findaureus` project! Whether it's reporting bugs, suggesting new features, improving documentation, or writing code, your involvement is greatly valued.\nWhen using our dataset or referring to our work, we kindly ask that you acknowledge the dataset and cite the related articles. This helps support our work and allows us to continue improving this project.\n\nThank you for your interest and support!\n## Citations and Dataset\n### Findaureus\n Mandal S, Tannert A, Löffler B, Neugebauer U, Silva LB (2024) [Findaureus: An open-source application for locating Staphylococcus aureus in fluorescence-labelled infected bone tissue slices.](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0296854) PLoS ONE 19(1): e0296854.\n### Infected mouse bone tissue\nMandal S, Tannert A, Ebert C, Guliev RR, Ozegowski Y, Carvalho L, Wildemann B, Eiserloh S, Coldewey SM, Löffler B, Bastião Silva L, Hoerr V, Tuchscherr L, Neugebauer U. (2023) [Insights into S. aureus-Induced Bone Deformation in a Mouse Model of Chronic Osteomyelitis Using Fluorescence and Raman Imaging.](https://www.mdpi.com/1422-0067/24/11/9762) International Journal of Molecular Sciences 24(11):9762.\n\n### [Dataset](https://zenodo.org/doi/10.5281/zenodo.8411791)\n## Acknowledgements\n\nThis project is a part of the European Union's Horizon 2020 research and innovation program under grant agreement No 861122 (ITN IMAGE-IN). We acknowledge support from the Jena Biophotonics and Imaging Laboratory (JBIL), from the European Union via EFRE funds within the Thüringer Innovationszentrum für Medizintechnik-Lösungen (ThIMEDOP, FKZ IZN 2018 0002), the BMBF via the funding program Photonics Research Germany (LPI, FKZ: 13N15713) and via the CSCC (FKZ 01EO1502) and the Institute of Anatomical and Molecular Pathology, University Coimbra, Portugal.\n","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":"Shibarjun Mandal","author_email":"shibarjunmandal@gmail.com","maintainer":null,"maintainer_email":null,"license":"MIT","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["magicgui","qtpy","napari[all]","aicsimageio ==4.11.0","nd2 ==0.5.3","aicspylibczi ==3.1.2","fsspec ==2023.5.0","readlif ==0.6.5","czifile ==2019.7.2","tifffile ==2023.7.10","webcolors ==1.13","opencv-python ==4.7.0.72","numpy ==1.24.3","scikit-image ==0.20.0","xmltodict","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":null,"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}