Metadata-Version: 1.2
Name: scipion-em-sidesplitter
Version: 3.0.2
Summary: Plugin to use SIDESPLITTER program within the Scipion framework
Home-page: https://github.com/scipion-em/scipion-em-sidesplitter
Author: Grigory Sharov
Author-email: sharov.grigory@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/scipion-em/scipion-em-sidesplitter/issues
Project-URL: Source, https://github.com/scipion-em/scipion-em-sidesplitter/
Description: ===================
        SIDESPLITTER plugin
        ===================
        
        This plugin provide wrappers around `SIDESPLITTER <https://github.com/StructuralBiology-ICLMedicine/SIDESPLITTER>`_ program for mitigating local overfitting.
        
        +--------------+----------------+
        | prod: |prod| | devel: |devel| |
        +--------------+----------------+
        
        .. |prod| image:: http://scipion-test.cnb.csic.es:9980/badges/sidesplitter_prod.svg
        .. |devel| image:: http://scipion-test.cnb.csic.es:9980/badges/sidesplitter_devel.svg
        
        
        Installation
        ------------
        
        You will need to use `3.0 <https://github.com/I2PC/scipion/releases/tag/V3.0.0>`_ version of Scipion to be able to run these protocols. To install the plugin, you have two options:
        
        a) Stable version
        
        .. code-block::
        
            scipion installp -p scipion-em-sidesplitter
        
        b) Developer's version
        
            * download repository
        
            .. code-block::
        
                git clone https://github.com/scipion-em/scipion-em-sidesplitter.git
        
            * install
        
            .. code-block::
        
                scipion installp -p path_to_scipion-em-sidesplitter --devel
        
        SIDESPLITTER sources will be installed automatically with the plugin, but you can also link an existing installation.
        
            * Default installation path assumed is ``software/em/sidesplitter-1.0``, if you want to change it, set *SIDESPLITTER_HOME* in ``scipion.conf`` file pointing to the folder where the SIDESPLITTER is installed.
        
        To check the installation, simply run one of the following Scipion tests:
        
        .. code-block::
        
           scipion test sidesplitter.tests.test_protocol_sidesplitter.TestSideSplitter
        
        A complete list of tests can also be seen by executing ``scipion test --show --grep sidesplitter``
        
        Supported versions
        ------------------
        
        1.0
        
        Protocols
        ---------
        
        * local filter
        
        References
        ----------
        
        1. Kailash Ramlaul, Colin M. Palmer and Christopher H. S. Aylett (2020). Mitigating Local Over-fitting During Single Particle Reconstruction with SIDESPLITTER. https://www.biorxiv.org/content/10.1101/2019.12.12.874081v2
        
Keywords: scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
