scipion-em-cryodrgn


Namescipion-em-cryodrgn JSON
Version 3.12.2 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-cryodrgn
SummaryPlugin to use cryoDRGN within the Scipion framework
upload_time2024-03-17 12:46:13
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 scipion-em
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
cryoDRGN plugin
===============

This plugin provides a wrapper for `cryoDRGN <https://github.com/ml-struct-bio/cryodrgn>`_ software: Deep Reconstructing Generative Networks for cryo-EM heterogeneous reconstruction.

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

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

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

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

.. image:: https://img.shields.io/pypi/dm/scipion-em-cryodrgn
        :target: https://pypi.python.org/pypi/scipion-em-cryodrgn
        :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-cryodrgn

b) Developer's version

   * download repository

    .. code-block::

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

   * install

    .. code-block::

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

cryoDRGN software will be installed automatically with the plugin but you can also use an existing installation by providing *CRYODRGN_ENV_ACTIVATION* (see below).

**Important:** you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.

Configuration variables
-----------------------
*CONDA_ACTIVATION_CMD*: If undefined, it will rely on conda command being in the
PATH (not recommended), which can lead to execution problems mixing scipion
python with conda ones. One example of this could can be seen below but
depending on your conda version and shell you will need something different:
CONDA_ACTIVATION_CMD = eval "$(/extra/miniconda3/bin/conda shell.bash hook)"

*CRYODRGN_ENV_ACTIVATION* (default = conda activate cryodrgn-3.1.0):
Command to activate the cryoDRGN environment.


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

``scipion test cryodrgn.tests.test_protocols_cryodrgn.TestWorkflowCryoDrgn``

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

2.1.0-beta, 2.3.0, 3.1.0-beta

Protocols
----------

* analyze results
* preprocess particles
* training VAE
* training ab initio

References
-----------

1. Uncovering structural ensembles from single particle cryo-EM data using cryoDRGN. Laurel Kinman, Barrett Powell, Ellen Zhong, Bonnie Berger, Joey Davis. https://www.biorxiv.org/content/10.1101/2022.08.09.503342v1
2. CryoDRGN: Reconstruction of heterogeneous cryo-EM structures using neural networks. Ellen D. Zhong, Tristan Bepler, Bonnie Berger, Joseph H. Davis. Nature Methods 18(2), 2021, 176-182. DOI 10.1038/s41592-020-01049-4
3. Reconstructing continuous distributions of 3D protein structure from cryo-EM images. Ellen D. Zhong, Tristan Bepler, Joseph H. Davis, Bonnie Berger. ICLR 2020, https://arxiv.org/abs/1909.05215
4. CryoDRGN2: Ab Initio Neural Reconstruction of 3D Protein Structures From Real Cryo-EM Images. Ellen D. Zhong, Adam Lerer, Joseph H. Davis, Bonnie Berger; Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021, pp. 4066-4075. https://openaccess.thecvf.com/content/ICCV2021/html/Zhong_CryoDRGN2_Ab_Initio_Neural_Reconstruction_of_3D_Protein_Structures_From_ICCV_2021_paper.html


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-cryodrgn",
    "name": "scipion-em-cryodrgn",
    "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/7a/8e/559062f6cd6b29a71c61274b05c0c8debc91faf484737a1229b0b4724a6a/scipion-em-cryodrgn-3.12.2.tar.gz",
    "platform": null,
    "description": "===============\ncryoDRGN plugin\n===============\n\nThis plugin provides a wrapper for `cryoDRGN <https://github.com/ml-struct-bio/cryodrgn>`_ software: Deep Reconstructing Generative Networks for cryo-EM heterogeneous reconstruction.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-cryodrgn.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryodrgn\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-cryodrgn.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryodrgn\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-cryodrgn.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryodrgn\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-cryodrgn?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-cryodrgn\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-cryodrgn\n        :target: https://pypi.python.org/pypi/scipion-em-cryodrgn\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-cryodrgn\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-cryodrgn.git\n\n   * install\n\n    .. code-block::\n\n       scipion installp -p /path/to/scipion-em-cryodrgn --devel\n\ncryoDRGN software will be installed automatically with the plugin but you can also use an existing installation by providing *CRYODRGN_ENV_ACTIVATION* (see below).\n\n**Important:** you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.\n\nConfiguration variables\n-----------------------\n*CONDA_ACTIVATION_CMD*: If undefined, it will rely on conda command being in the\nPATH (not recommended), which can lead to execution problems mixing scipion\npython with conda ones. One example of this could can be seen below but\ndepending on your conda version and shell you will need something different:\nCONDA_ACTIVATION_CMD = eval \"$(/extra/miniconda3/bin/conda shell.bash hook)\"\n\n*CRYODRGN_ENV_ACTIVATION* (default = conda activate cryodrgn-3.1.0):\nCommand to activate the cryoDRGN environment.\n\n\nVerifying\n---------\nTo check the installation, simply run the following Scipion test:\n\n``scipion test cryodrgn.tests.test_protocols_cryodrgn.TestWorkflowCryoDrgn``\n\nSupported versions\n------------------\n\n2.1.0-beta, 2.3.0, 3.1.0-beta\n\nProtocols\n----------\n\n* analyze results\n* preprocess particles\n* training VAE\n* training ab initio\n\nReferences\n-----------\n\n1. Uncovering structural ensembles from single particle cryo-EM data using cryoDRGN. Laurel Kinman, Barrett Powell, Ellen Zhong, Bonnie Berger, Joey Davis. https://www.biorxiv.org/content/10.1101/2022.08.09.503342v1\n2. CryoDRGN: Reconstruction of heterogeneous cryo-EM structures using neural networks. Ellen D. Zhong, Tristan Bepler, Bonnie Berger, Joseph H. Davis. Nature Methods 18(2), 2021, 176-182. DOI 10.1038/s41592-020-01049-4\n3. Reconstructing continuous distributions of 3D protein structure from cryo-EM images. Ellen D. Zhong, Tristan Bepler, Joseph H. Davis, Bonnie Berger. ICLR 2020, https://arxiv.org/abs/1909.05215\n4. CryoDRGN2: Ab Initio Neural Reconstruction of 3D Protein Structures From Real Cryo-EM Images. Ellen D. Zhong, Adam Lerer, Joseph H. Davis, Bonnie Berger; Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021, pp. 4066-4075. https://openaccess.thecvf.com/content/ICCV2021/html/Zhong_CryoDRGN2_Ab_Initio_Neural_Reconstruction_of_3D_Protein_Structures_From_ICCV_2021_paper.html\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Plugin to use cryoDRGN within the Scipion framework",
    "version": "3.12.2",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-cryodrgn/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-cryodrgn",
        "Source": "https://github.com/scipion-em/scipion-em-cryodrgn/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "39a6b3f2bc33d8748393ef9f1e71f64da304c0fc5ecb4f24ee6076cb973e51f9",
                "md5": "83e9ae2c12a4d69468e49c6d186174a5",
                "sha256": "fe7eea1a8e15a0aac967b01ab29619f2a84cdc4f3c345ccff19bac9b7085994b"
            },
            "downloads": -1,
            "filename": "scipion_em_cryodrgn-3.12.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83e9ae2c12a4d69468e49c6d186174a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 69491,
            "upload_time": "2024-03-17T12:46:10",
            "upload_time_iso_8601": "2024-03-17T12:46:10.721439Z",
            "url": "https://files.pythonhosted.org/packages/39/a6/b3f2bc33d8748393ef9f1e71f64da304c0fc5ecb4f24ee6076cb973e51f9/scipion_em_cryodrgn-3.12.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "7a8e559062f6cd6b29a71c61274b05c0c8debc91faf484737a1229b0b4724a6a",
                "md5": "fda65853c3b405b0962ddb191540fd8a",
                "sha256": "870365b612d35cb7d321dee11b3960979af983089b123df86eabba645650bc7a"
            },
            "downloads": -1,
            "filename": "scipion-em-cryodrgn-3.12.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fda65853c3b405b0962ddb191540fd8a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 65018,
            "upload_time": "2024-03-17T12:46:13",
            "upload_time_iso_8601": "2024-03-17T12:46:13.041953Z",
            "url": "https://files.pythonhosted.org/packages/7a/8e/559062f6cd6b29a71c61274b05c0c8debc91faf484737a1229b0b4724a6a/scipion-em-cryodrgn-3.12.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 12:46:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-cryodrgn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scipion-em",
            "specs": [
                [
                    ">=",
                    "3.5.0"
                ]
            ]
        }
    ],
    "lcname": "scipion-em-cryodrgn"
}
        
Elapsed time: 0.21934s