Metadata-Version: 2.1
Name: omero-fpbioimage
Version: 0.4.1
Summary: A Python plugin for OMERO.web
Home-page: https://github.com/ome/omero-fpbioimage
Author: The Open Microscopy Team
Author-email: ome-devel@lists.openmicroscopy.org.uk
License: AGPL-3.0
Download-URL: https://github.com/ome/omero-fpbioimage/archive/v0.4.1.tar.gz
Keywords: OMERO.web,plugin
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3

.. image:: https://github.com/ome/omero-fpbioimage/workflows/OMERO/badge.svg
    :target: https://github.com/ome/omero-fpbioimage/actions

.. image:: https://badge.fury.io/py/omero-fpbioimage.svg
    :target: https://badge.fury.io/py/omero-fpbioimage

OMERO.FPBioimage
================

`FPBioimage <http://fpb.ceb.cam.ac.uk/>`_ is a volumetric visualization tool.
FPBioimage as an OMERO.web app.

Requirements
============

* OMERO.web 5.6 or newer.

Installing from PyPI
====================

This section assumes that an OMERO.web is already installed.


Install the app using `pip <https://pip.pypa.io/en/stable/>`_:

::

    $ pip install -U omero-fpbioimage

Add fpbioimage custom app to your installed web apps:

::

    $ bin/omero config append omero.web.apps '"omero_fpbioimage"'

Optionally add fpbioimage to the 'Open with' config, to enable
open-with menu for Images in OMERO.webclient:

::

    $ bin/omero config append omero.web.open_with '["omero_fpbioimage", "fpbioimage_index",
      {"script_url": "fpbioimage/openwith.js", "supported_objects": ["image"], "label": "FPBioimage"}]'

Now restart OMERO.web as normal.


License
-------

OMERO.FPBioimage is released under the AGPL. 
FPBioimage was originally published in `Nature
Photonics <https://www.nature.com/nphoton/journal/v11/n2/full/nphoton.2016.273.html>`_

Copyright
---------

2017-2020, The Open Microscopy Environment

