scipion-em-tomo3d


Namescipion-em-tomo3d JSON
Version 3.2.0 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_time2024-12-03 09:09:26
maintainerNone
docs_urlNone
authorI2PC
requires_pythonNone
licenseNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion cryoem imageprocessing scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/ad/69/e5078246d342a97cce6b1e41dcbe1d90ae1fbb9293303423627b753049f3/scipion-em-tomo3d-3.2.0.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": null,
    "summary": "tomo3d and other software at https://sites.google.com/site/3demimageprocessing/Home ready to use in scipion.",
    "version": "3.2.0",
    "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": "6fd64c0d3ff077f11c64c7a24a934201e43dc4fb358d013292e5d130a06383b0",
                "md5": "0f0f86f0598147b98d7c93fe41036a4b",
                "sha256": "2868c9f33064d7277c67ec73c823ddf184854e2189cf805bb52870045f4dacbc"
            },
            "downloads": -1,
            "filename": "scipion_em_tomo3d-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f0f86f0598147b98d7c93fe41036a4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 43348,
            "upload_time": "2024-12-03T09:09:25",
            "upload_time_iso_8601": "2024-12-03T09:09:25.700757Z",
            "url": "https://files.pythonhosted.org/packages/6f/d6/4c0d3ff077f11c64c7a24a934201e43dc4fb358d013292e5d130a06383b0/scipion_em_tomo3d-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "ad69e5078246d342a97cce6b1e41dcbe1d90ae1fbb9293303423627b753049f3",
                "md5": "233d79d15e0818948fd954d7c3177d05",
                "sha256": "0ea6138958b44127c362a4e05c8f2685d7475a339b1ce399abd2063731c0b1b9"
            },
            "downloads": -1,
            "filename": "scipion-em-tomo3d-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "233d79d15e0818948fd954d7c3177d05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32227,
            "upload_time": "2024-12-03T09:09:26",
            "upload_time_iso_8601": "2024-12-03T09:09:26.740657Z",
            "url": "https://files.pythonhosted.org/packages/ad/69/e5078246d342a97cce6b1e41dcbe1d90ae1fbb9293303423627b753049f3/scipion-em-tomo3d-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 09:09:26",
    "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": [
                [
                    ">=",
                    "3.9.1"
                ]
            ]
        }
    ],
    "lcname": "scipion-em-tomo3d"
}
        
Elapsed time: 0.42048s