scipion-em-tomo3d


Namescipion-em-tomo3d JSON
Version 3.1.2 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-tomo3d
Summarytomo3d and other software at https://sites.google.com/site/3demimageprocessing/Home ready to use in scipion.
upload_time2023-11-15 08:27:54
maintainer
docs_urlNone
authorI2PC
requires_python
license
keywords scipion cryoem imageprocessing scipion-3.0
VCS
bugtrack_url
requirements scipion-em-tomo
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================
Scipion plugin for Tomo3D
=========================

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

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

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

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

This plugin allows to use some of the software packages from 3demimageprocessing_ within the Scipion framework.
**The binaries for the plugin MUST be downloaded manually**:

============
Installation
============

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

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

.. code-block::

    scipion installp -p scipion-em-tomo3d

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

* Clone the source code repository:

.. code-block::

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

* Install:

.. code-block::

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

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

1. tomo3d - denoise tomograms

2. tomo3d - reconstruct tomograms

=====
Tests
=====

The installation can be checked out running some tests:

.. code-block::

     scipion3 tests tomo3d.tests.test_protocol_reconstruct_tomogram

.. code-block::

    scipion3 tests tomo3d.tests.test_protocol_denoise_tomogram


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

* `Fast tomographic reconstruction on multicore computers. <https://doi.org/10.1093/bioinformatics/btq692>`_
  J.I. Agulleiro, J.J. Fernandez. Bioinformatics 27:582-583, 2011.

* `Tomo3D 2.0 – Exploitation of Advanced Vector eXtensions (AVX) for 3D reconstruction. <https://doi.org/10.1016/j.jsb.2014.11.009>`_
  J.I. Agulleiro, J.J. Fernandez. Journal of Structural Biology 189:147-152, 2015.

* `TOMOBFLOW: feature-preserving noise filtering for electron tomography. <https://doi.org/10.1186/1471-2105-10-178>`_
  J.J. Fernandez. BMC Bioinformatics 2009, 10:178.

* `TomoEED: Fast Edge-Enhancing Denoising of Tomographic Volumes. <https://doi.org/10.1093/bioinformatics/bty435>`_
  J.J. Moreno, A. Martinez-Sanchez, J.A. Martinez, E.M. Garzon, J.J. Fernandez. Bioinformatics 34:3776-3778, 2018. 

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

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

We'll be pleased to help.

*Scipion Team*


.. _3demimageprocessing: https://sites.google.com/site/3demimageprocessing/
.. _tomo3d: https://sites.google.com/site/3demimageprocessing/tomo3d
.. _tomowarpalign: https://sites.google.com/site/3demimageprocessing/tomoalign
.. _tomobflow: https://sites.google.com/site/3demimageprocessing/tomobflow
.. _tomoeed: https://sites.google.com/site/3demimageprocessing/tomoeed
.. _issue: https://github.com/scipion-em/scipion-em-tomo3d/issues



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-tomo3d",
    "name": "scipion-em-tomo3d",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scipion cryoem imageprocessing scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/1b/47/7f33f0e4a4d8afc771f402c102cf3f2ef1f2034825afca65a1dbf940c0c3/scipion-em-tomo3d-3.1.2.tar.gz",
    "platform": null,
    "description": "=========================\nScipion plugin for Tomo3D\n=========================\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-tomo3d.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomo3d\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-tomo3d.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomo3d\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-tomo3d.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomo3d\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-tomo3d\n        :target: https://pypi.python.org/pypi/scipion-em-tomo3d\n        :alt: Downloads\n\nThis plugin allows to use some of the software packages from 3demimageprocessing_ within the Scipion framework.\n**The binaries for the plugin MUST be downloaded manually**:\n\n============\nInstallation\n============\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    scipion installp -p scipion-em-tomo3d\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-tomo3d.git\n\n* Install:\n\n.. code-block::\n\n    scipion3 installp -p local/path/to/scipion-em-tomo3d --devel\n\n=========\nProtocols\n=========\nThe integrated protocols are:\n\n1. tomo3d - denoise tomograms\n\n2. tomo3d - reconstruct tomograms\n\n=====\nTests\n=====\n\nThe installation can be checked out running some tests:\n\n.. code-block::\n\n     scipion3 tests tomo3d.tests.test_protocol_reconstruct_tomogram\n\n.. code-block::\n\n    scipion3 tests tomo3d.tests.test_protocol_denoise_tomogram\n\n\n==========\nReferences\n==========\n\n* `Fast tomographic reconstruction on multicore computers. <https://doi.org/10.1093/bioinformatics/btq692>`_\n  J.I. Agulleiro, J.J. Fernandez. Bioinformatics 27:582-583, 2011.\n\n* `Tomo3D 2.0 \u2013 Exploitation of Advanced Vector eXtensions (AVX) for 3D reconstruction. <https://doi.org/10.1016/j.jsb.2014.11.009>`_\n  J.I. Agulleiro, J.J. Fernandez. Journal of Structural Biology 189:147-152, 2015.\n\n* `TOMOBFLOW: feature-preserving noise filtering for electron tomography. <https://doi.org/10.1186/1471-2105-10-178>`_\n  J.J. Fernandez. BMC Bioinformatics 2009, 10:178.\n\n* `TomoEED: Fast Edge-Enhancing Denoising of Tomographic Volumes. <https://doi.org/10.1093/bioinformatics/bty435>`_\n  J.J. Moreno, A. Martinez-Sanchez, J.A. Martinez, E.M. Garzon, J.J. Fernandez. Bioinformatics 34:3776-3778, 2018. \n\n===================\nContact information\n===================\n\nIf you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net, scipion@cnb.csic.es or open an issue_.\n\nWe'll be pleased to help.\n\n*Scipion Team*\n\n\n.. _3demimageprocessing: https://sites.google.com/site/3demimageprocessing/\n.. _tomo3d: https://sites.google.com/site/3demimageprocessing/tomo3d\n.. _tomowarpalign: https://sites.google.com/site/3demimageprocessing/tomoalign\n.. _tomobflow: https://sites.google.com/site/3demimageprocessing/tomobflow\n.. _tomoeed: https://sites.google.com/site/3demimageprocessing/tomoeed\n.. _issue: https://github.com/scipion-em/scipion-em-tomo3d/issues\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "tomo3d and other software at https://sites.google.com/site/3demimageprocessing/Home ready to use in scipion.",
    "version": "3.1.2",
    "project_urls": {
        "Homepage": "https://github.com/scipion-em/scipion-em-tomo3d"
    },
    "split_keywords": [
        "scipion",
        "cryoem",
        "imageprocessing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "bbd4ec3e1c200ae6c204eca1fc45f208fb5d39bcfe64767475c5c33deb595424",
                "md5": "545acb4a53405df9c561e73c1c634265",
                "sha256": "e8a3775d65e551e1da9d1d7fbd6685dace39ad8bbb7ebae89ce926272eab5e52"
            },
            "downloads": -1,
            "filename": "scipion_em_tomo3d-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "545acb4a53405df9c561e73c1c634265",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 40599,
            "upload_time": "2023-11-15T08:27:52",
            "upload_time_iso_8601": "2023-11-15T08:27:52.436725Z",
            "url": "https://files.pythonhosted.org/packages/bb/d4/ec3e1c200ae6c204eca1fc45f208fb5d39bcfe64767475c5c33deb595424/scipion_em_tomo3d-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "1b477f33f0e4a4d8afc771f402c102cf3f2ef1f2034825afca65a1dbf940c0c3",
                "md5": "f5769bb4372a173d262f78e1357ca5a5",
                "sha256": "07df37c4125689910587aec73b38c856195588fe2035b6de304ad506c3a0824f"
            },
            "downloads": -1,
            "filename": "scipion-em-tomo3d-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f5769bb4372a173d262f78e1357ca5a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27474,
            "upload_time": "2023-11-15T08:27:54",
            "upload_time_iso_8601": "2023-11-15T08:27:54.029944Z",
            "url": "https://files.pythonhosted.org/packages/1b/47/7f33f0e4a4d8afc771f402c102cf3f2ef1f2034825afca65a1dbf940c0c3/scipion-em-tomo3d-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-15 08:27:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-tomo3d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scipion-em-tomo",
            "specs": []
        }
    ],
    "lcname": "scipion-em-tomo3d"
}
        
Elapsed time: 0.15284s