scipion-em-aretomo


Namescipion-em-aretomo JSON
Version 3.9.0 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-aretomo
SummaryPlugin to use AreTomo program within the Scipion framework
upload_time2024-03-04 13:26:47
maintainer
docs_urlNone
authorGrigory Sharov
requires_python
license
keywords scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
AreTomo plugin
==============

This plugin provides a wrapper for `AreTomo <https://github.com/czimaginginstitute/AreTomo2>`_ program.

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

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

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

.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-aretomo?server=https%3A%2F%2Fsonarcloud.io
        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-aretomo
        :alt: SonarCloud quality gate

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

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

You will need to use 3.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-aretomo

b) Developer's version

    * download repository

    .. code-block::

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

    * install

    .. code-block::

        scipion installp -p /path/to/scipion-em-aretomo --devel

* AreTomo binaries will be installed automatically with the plugin, but you can also link an existing installation.
* Default installation path assumed is ``software/em/aretomo2-1.0.0``, if you want to change it, set *ARETOMO_HOME* in ``scipion.conf`` file to the folder where the AreTomo is installed.
* Depending on your CUDA version this plugin will guess the right default binary from ``AreTomo2_1.0.0_CudaXY`` (X is for cuda major version, Y for the minor). You can always set a different one by explicitly setting ARETOMO_BIN variable.
* If you need to use CUDA different from the one used during Scipion installation (defined by CUDA_LIB), you can add *ARETOMO_CUDA_LIB* variable to the config file. Various binaries can be downloaded from the official website.

To check the installation, simply run the following Scipion test:

``scipion test aretomo.tests.test_protocols_aretomo.TestAreTomo``

Licensing
---------

AreTomo2 is available under BSD-3 license

Supported versions
------------------

aretomo2: 1.0.0
aretomo: 1.3.4

Protocols
---------

    * tilt-series align and reconstruct

Detailed manual can be found in ``software/em/aretomo2-1.0.0/bin/AreTomo2Manual_1.0.0_10-26-2023.pdf``

References
----------

    * AreTomo: An integrated software package for automated marker-free, motion-corrected cryo-electron tomographic alignment and reconstruction. Shawn Zheng, Georg Wolff, Garrett Greenan, Zhen Chen, Frank G. A. Faas, Montserrat Bárcena, Abraham J. Koster, Yifan Cheng, David Agard. JSB vol. 6, 2022, 100068.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-aretomo",
    "name": "scipion-em-aretomo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0",
    "author": "Grigory Sharov",
    "author_email": "sharov.grigory@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/95/1f/d3d34b216ec523af3f6f3cc388f0fbff1990bd2fa5630198d8fc4876e3f9/scipion-em-aretomo-3.9.0.tar.gz",
    "platform": null,
    "description": "==============\nAreTomo plugin\n==============\n\nThis plugin provides a wrapper for `AreTomo <https://github.com/czimaginginstitute/AreTomo2>`_ program.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-aretomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-aretomo\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-aretomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-aretomo\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-aretomo.svg\n        :target: https://pypi.python.org/pypi/scipion-em-aretomo\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-aretomo?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-aretomo\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-aretomo\n        :target: https://pypi.python.org/pypi/scipion-em-aretomo\n        :alt: Downloads\n\nInstallation\n------------\n\nYou will need to use 3.0+ version of Scipion to be able to run these protocols. To install the plugin, you have two options:\n\na) Stable version\n\n.. code-block::\n\n    scipion installp -p scipion-em-aretomo\n\nb) Developer's version\n\n    * download repository\n\n    .. code-block::\n\n        git clone -b devel https://github.com/scipion-em/scipion-em-aretomo.git\n\n    * install\n\n    .. code-block::\n\n        scipion installp -p /path/to/scipion-em-aretomo --devel\n\n* AreTomo binaries will be installed automatically with the plugin, but you can also link an existing installation.\n* Default installation path assumed is ``software/em/aretomo2-1.0.0``, if you want to change it, set *ARETOMO_HOME* in ``scipion.conf`` file to the folder where the AreTomo is installed.\n* Depending on your CUDA version this plugin will guess the right default binary from ``AreTomo2_1.0.0_CudaXY`` (X is for cuda major version, Y for the minor). You can always set a different one by explicitly setting ARETOMO_BIN variable.\n* If you need to use CUDA different from the one used during Scipion installation (defined by CUDA_LIB), you can add *ARETOMO_CUDA_LIB* variable to the config file. Various binaries can be downloaded from the official website.\n\nTo check the installation, simply run the following Scipion test:\n\n``scipion test aretomo.tests.test_protocols_aretomo.TestAreTomo``\n\nLicensing\n---------\n\nAreTomo2 is available under BSD-3 license\n\nSupported versions\n------------------\n\naretomo2: 1.0.0\naretomo: 1.3.4\n\nProtocols\n---------\n\n    * tilt-series align and reconstruct\n\nDetailed manual can be found in ``software/em/aretomo2-1.0.0/bin/AreTomo2Manual_1.0.0_10-26-2023.pdf``\n\nReferences\n----------\n\n    * AreTomo: An integrated software package for automated marker-free, motion-corrected cryo-electron tomographic alignment and reconstruction. Shawn Zheng, Georg Wolff, Garrett Greenan, Zhen Chen, Frank G. A. Faas, Montserrat B\u00e1rcena, Abraham J. Koster, Yifan Cheng, David Agard. JSB vol. 6, 2022, 100068.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Plugin to use AreTomo program within the Scipion framework",
    "version": "3.9.0",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-aretomo/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-aretomo",
        "Source": "https://github.com/scipion-em/scipion-em-aretomo/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "c22804278c0dd38f99a75e6b2898681102694b6c7e413af07a81f8c1e8306cff",
                "md5": "5a75d14dbd05d352833ac48a0a40d8d6",
                "sha256": "559c84efe6b827567bfeaadf95e8daad448ae7b23a7f144700e0500729441434"
            },
            "downloads": -1,
            "filename": "scipion_em_aretomo-3.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a75d14dbd05d352833ac48a0a40d8d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38856,
            "upload_time": "2024-03-04T13:26:45",
            "upload_time_iso_8601": "2024-03-04T13:26:45.719582Z",
            "url": "https://files.pythonhosted.org/packages/c2/28/04278c0dd38f99a75e6b2898681102694b6c7e413af07a81f8c1e8306cff/scipion_em_aretomo-3.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "951fd3d34b216ec523af3f6f3cc388f0fbff1990bd2fa5630198d8fc4876e3f9",
                "md5": "ef1a26f4a51ed051970b955e23cc1c62",
                "sha256": "db5cda6dc3860c2a36d7d001c51ef9682b9f07c445d885cff3041b9acd38f03b"
            },
            "downloads": -1,
            "filename": "scipion-em-aretomo-3.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef1a26f4a51ed051970b955e23cc1c62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37596,
            "upload_time": "2024-03-04T13:26:47",
            "upload_time_iso_8601": "2024-03-04T13:26:47.014036Z",
            "url": "https://files.pythonhosted.org/packages/95/1f/d3d34b216ec523af3f6f3cc388f0fbff1990bd2fa5630198d8fc4876e3f9/scipion-em-aretomo-3.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 13:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-aretomo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scipion-em-aretomo"
}
        
Elapsed time: 0.20768s