scipion-em-emantomo


Namescipion-em-emantomo JSON
Version 3.3.1 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-emantomo
SummaryPlugin to use EMAN2 tomography programs within the Scipion framework
upload_time2024-03-27 07:39:26
maintainerNone
docs_urlNone
authorI2PC
requires_pythonNone
licenseNone
keywords scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0 tomography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================
Scipion plugin for EMAN2 Tomography
===================================

.. image:: https://img.shields.io/pypi/v/scipion-em-emantomo.svg
        :target: https://pypi.python.org/pypi/scipion-em-emantomo
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/scipion-em-emantomo.svg
        :target: https://pypi.python.org/pypi/scipion-em-emantomo
        :alt: License

.. image:: https://img.shields.io/pypi/pyversions/scipion-em-emantomo.svg
        :target: https://pypi.python.org/pypi/scipion-em-emantomo
        :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dm/scipion-em-emantomo
        :target: https://pypi.python.org/pypi/scipion-em-emantomo
        :alt: Downloads

This plugin provide wrappers around several programs of `EMAN2 <https://blake.bcm.edu/emanwiki/EMAN2>`_ tomography software suite.

============
Installation
============
The plugin can be installed in user (stable) or developer (latest, may be unstable) mode:

**1. User (stable) version:**:

.. code-block::

    scipion3 installp -p scipion-em-emantomo

**2. Developer (latest, may be unstable) version:**:

* Clone the source code repository:

.. code-block::

    git clone https://github.com/scipion-em/scipion-em-emantomo.git

* Move to devel branch:

.. code-block::

    git checkout devel

* Install:

.. code-block::

    scipion3 installp -p local/path/to/scipion-em-emantomo --devel

=========
Protocols
=========
The integrated protocols are:

1. Tilt series alignment and tomograms reconstruction.

2. CTF estimation.

3. Tomogram clipping.

4. Subtomograms manual picking.

5. Template matching picking.

6. Average subtomograms.

7. Subtomograms extraction from the tomograms.

8. Subtomograms extraction from the tilt series.

9. Initial model.

10. New initial model (from particles extracted from the tilt series).

11. Subtomograms refinement.

12. New subtomograms refinement (from particles extracted from the tilt series).

13. New multi-reference classification of subtomograms (from particles extracted from the tilt series).


=====
Tests
=====

The installation can be checked out running some tests. To list all of them, execute:

.. code-block::

     scipion3 tests --grep emantomo

To run all of them, execute:

.. code-block::

     scipion3 tests --grep emantomo --run

To run a specific test, for example, the tests to check the protocol for averaging subtomograms (the following command
can be copied from the test list displayed when listing the tests, as explained above):

.. code-block::

    scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow.TestEmanTomoAverageSubtomogramsStaClassic

========
Tutorial
========
The workflow test generates a emantomo workflow that offers an overview of how to use emantomo.

.. code-block::

    scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow

==========
References
==========

* `Single particle tomography in EMAN2. <https://doi.org/10.1016/j.jsb.2015.04.016>`_
  Jesús G. Galaz-Montoya et al., Journal of Structural Biology, 2015.

* `High resolution single particle refinement in EMAN2.1. <https://doi.org/10.1016/j.ymeth.2016.02.018>`_
  James M. Bell et al., Methods, 2016.


===================
Contact information
===================

If you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net or open an issue_.

We'll be pleased to help.

*Scipion Team*

.. _issue: https://github.com/scipion-em/scipion-em-emantomo/issues



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-emantomo",
    "name": "scipion-em-emantomo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0 tomography",
    "author": "I2PC",
    "author_email": "scipion@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/63/d8/76bf7a72fb040f103749ac6a869bf526a2fa70a09df00af14fce8a25902c/scipion-em-emantomo-3.3.1.tar.gz",
    "platform": null,
    "description": "===================================\nScipion plugin for EMAN2 Tomography\n===================================\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-emantomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emantomo\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-emantomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emantomo\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-emantomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emantomo\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-emantomo\n        :target: https://pypi.python.org/pypi/scipion-em-emantomo\n        :alt: Downloads\n\nThis plugin provide wrappers around several programs of `EMAN2 <https://blake.bcm.edu/emanwiki/EMAN2>`_ tomography software suite.\n\n============\nInstallation\n============\nThe plugin can be installed in user (stable) or developer (latest, may be unstable) mode:\n\n**1. User (stable) version:**:\n\n.. code-block::\n\n    scipion3 installp -p scipion-em-emantomo\n\n**2. Developer (latest, may be unstable) version:**:\n\n* Clone the source code repository:\n\n.. code-block::\n\n    git clone https://github.com/scipion-em/scipion-em-emantomo.git\n\n* Move to devel branch:\n\n.. code-block::\n\n    git checkout devel\n\n* Install:\n\n.. code-block::\n\n    scipion3 installp -p local/path/to/scipion-em-emantomo --devel\n\n=========\nProtocols\n=========\nThe integrated protocols are:\n\n1. Tilt series alignment and tomograms reconstruction.\n\n2. CTF estimation.\n\n3. Tomogram clipping.\n\n4. Subtomograms manual picking.\n\n5. Template matching picking.\n\n6. Average subtomograms.\n\n7. Subtomograms extraction from the tomograms.\n\n8. Subtomograms extraction from the tilt series.\n\n9. Initial model.\n\n10. New initial model (from particles extracted from the tilt series).\n\n11. Subtomograms refinement.\n\n12. New subtomograms refinement (from particles extracted from the tilt series).\n\n13. New multi-reference classification of subtomograms (from particles extracted from the tilt series).\n\n\n=====\nTests\n=====\n\nThe installation can be checked out running some tests. To list all of them, execute:\n\n.. code-block::\n\n     scipion3 tests --grep emantomo\n\nTo run all of them, execute:\n\n.. code-block::\n\n     scipion3 tests --grep emantomo --run\n\nTo run a specific test, for example, the tests to check the protocol for averaging subtomograms (the following command\ncan be copied from the test list displayed when listing the tests, as explained above):\n\n.. code-block::\n\n    scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow.TestEmanTomoAverageSubtomogramsStaClassic\n\n========\nTutorial\n========\nThe workflow test generates a emantomo workflow that offers an overview of how to use emantomo.\n\n.. code-block::\n\n    scipion3 tests emantomo.tests.test_protocols_sta_classic_workflow\n\n==========\nReferences\n==========\n\n* `Single particle tomography in EMAN2. <https://doi.org/10.1016/j.jsb.2015.04.016>`_\n  Jes\u00fas G. Galaz-Montoya et al., Journal of Structural Biology, 2015.\n\n* `High resolution single particle refinement in EMAN2.1. <https://doi.org/10.1016/j.ymeth.2016.02.018>`_\n  James M. Bell et al., Methods, 2016.\n\n\n===================\nContact information\n===================\n\nIf you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net or open an issue_.\n\nWe'll be pleased to help.\n\n*Scipion Team*\n\n.. _issue: https://github.com/scipion-em/scipion-em-emantomo/issues\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plugin to use EMAN2 tomography programs within the Scipion framework",
    "version": "3.3.1",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-emantomo/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-emantomo",
        "Source": "https://github.com/scipion-em/scipion-em-emantomo/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0",
        "tomography"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "c6dad4eaade9be277cb73dfaa2c7b5ffac02217500dedb698cb99cf86addeeca",
                "md5": "fb85088447ba0be9b132a67d8b7ae7e6",
                "sha256": "9c269eabdf6e6f28f8f6816ebb1f8bea8a944c8b9d675b3b767632a4b862dcb8"
            },
            "downloads": -1,
            "filename": "scipion_em_emantomo-3.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb85088447ba0be9b132a67d8b7ae7e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 184864,
            "upload_time": "2024-03-27T07:39:25",
            "upload_time_iso_8601": "2024-03-27T07:39:25.020135Z",
            "url": "https://files.pythonhosted.org/packages/c6/da/d4eaade9be277cb73dfaa2c7b5ffac02217500dedb698cb99cf86addeeca/scipion_em_emantomo-3.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "63d876bf7a72fb040f103749ac6a869bf526a2fa70a09df00af14fce8a25902c",
                "md5": "62eade67c4b4d6a071c1da37f2b41498",
                "sha256": "98dcbf8a1f273e081a9be5b12102387c3618f666818f448f36ddeae1eeb3bd18"
            },
            "downloads": -1,
            "filename": "scipion-em-emantomo-3.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "62eade67c4b4d6a071c1da37f2b41498",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 146989,
            "upload_time": "2024-03-27T07:39:26",
            "upload_time_iso_8601": "2024-03-27T07:39:26.251032Z",
            "url": "https://files.pythonhosted.org/packages/63/d8/76bf7a72fb040f103749ac6a869bf526a2fa70a09df00af14fce8a25902c/scipion-em-emantomo-3.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 07:39:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-emantomo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scipion-em-emantomo"
}
        
Elapsed time: 0.28409s