===============
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.4.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
------------------
3.1.0-beta, 3.3.2, 3.4.0
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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"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/f0/cc/a35320663831ecda12f5c9c4ad4d6289c4439b53e2f0ba77f0da67c23140/scipion-em-cryodrgn-3.12.5.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.4.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\n3.1.0-beta, 3.3.2, 3.4.0\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": null,
"summary": "Plugin to use cryoDRGN within the Scipion framework",
"version": "3.12.5",
"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": "2f2a5baecfddc9fd4fa5f38e876a885ae7d14904faa385a3e25dcda9674add2e",
"md5": "b78f7e5f87a300664bd3005e5362a427",
"sha256": "fe2086d7b5b0c4115b55c6e6930eff075cba6ecff3560c6a016cf3ad756d28c0"
},
"downloads": -1,
"filename": "scipion_em_cryodrgn-3.12.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b78f7e5f87a300664bd3005e5362a427",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 69704,
"upload_time": "2024-11-01T10:34:30",
"upload_time_iso_8601": "2024-11-01T10:34:30.494774Z",
"url": "https://files.pythonhosted.org/packages/2f/2a/5baecfddc9fd4fa5f38e876a885ae7d14904faa385a3e25dcda9674add2e/scipion_em_cryodrgn-3.12.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "f0cca35320663831ecda12f5c9c4ad4d6289c4439b53e2f0ba77f0da67c23140",
"md5": "a19f9504a97d2a50ffdc5413bc7a86b9",
"sha256": "7ec0c169a963dbcf9ac83a58c5b1e1d9c7dd5544ac98d919835f69ef0b41acd0"
},
"downloads": -1,
"filename": "scipion-em-cryodrgn-3.12.5.tar.gz",
"has_sig": false,
"md5_digest": "a19f9504a97d2a50ffdc5413bc7a86b9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 65278,
"upload_time": "2024-11-01T10:34:32",
"upload_time_iso_8601": "2024-11-01T10:34:32.193789Z",
"url": "https://files.pythonhosted.org/packages/f0/cc/a35320663831ecda12f5c9c4ad4d6289c4439b53e2f0ba77f0da67c23140/scipion-em-cryodrgn-3.12.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 10:34:32",
"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": [],
"lcname": "scipion-em-cryodrgn"
}