Metadata-Version: 2.1
Name: scipion-em-consensus
Version: 0.1
Summary: Scipion plugin consensus
Author-email: you <you@yourinstitution.email>
License: GNU General Public License v3 (GPLv3)
Project-URL: Homepage, https://github.com/scipion-em/scipion-em-consensus
Project-URL: Issues, https://github.com/scipion-em/scipion-em-consensus/issues
Keywords: scipion,cryoem,imageprocessing,scipion-3.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: scipion-pyworkflow
Requires-Dist: scipion-em

This plugin provide a set of consensus tools to use it within 
Scipion <https://scipion-em.github.io/docs/release-3.0.0/index.html>_ framework.

Installation
------------

You will need to use 3.0 <https://scipion-em.github.io/docs/release-3.0.0/docs/scipion-modes/how-to-install.html>_ 
version of Scipion to be able to run these protocols. To install the plugin, you have two options:

a) Stable version:

.. code-block::

    scipion3 installp -p scipion-em-consensus

b) Developer's version

    * download the repository from github:

    .. code-block::

        git clone -b devel https://github.com/scipion-em/scipion-em-consensus.git

    * install:

    .. code-block::

        scipion3 installp -p /path/to/scipion-em-consensus --devel

Licensing
---------

consensus software package is available under BSD-3-Clause license <https://opensource.org/license/BSD-3-Clause>_
