scipion-em-emready


Namescipion-em-emready JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-emready
SummaryEMReady: Improvement of cryo-EM maps by simultaneous local and non-local deep learning
upload_time2024-10-07 07:59:11
maintainerNone
docs_urlNone
authorJiahua He, Tao Li, Yunior C. Fonseca Reyna, Sheng-You Huang
requires_pythonNone
licenseNone
keywords scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0 emready
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
EMReady plugin
==============

`EMReady <http://huanglab.phys.hust.edu.cn/EMReady/>`_: Improvement of cryo-EM maps by simultaneous local and non-local deep learning.

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

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

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

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

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

or through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**

b) Developer's version

   * download repository

    .. code-block::

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

   * install

    .. code-block::

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

EMReady software will be installed automatically with the plugin but you can also use an existing installation by providing *EMREADY_ENV_ACTIVATION* and *EMREADY_HOME* (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)"

*EMREADY_ENV_ACTIVATION* (default = conda activate emready-2.0):
Command to activate the EMReady environment.

*EMREADY_HOME* (default = software/em/emready-2.0):
Path with EMReady source code.

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

``scipion test emready.tests.test_protocol_sharpening.TestEMReadySharpening``

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

2.0

Protocols
----------

* sharpening

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

1. He J, Li T, Huang S-Y. Improvement of cryo-EM maps by simultaneous local and non-local deep learning. Nature Communications, 2023; 14:3217.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-emready",
    "name": "scipion-em-emready",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0 emready",
    "author": "Jiahua He, Tao Li, Yunior C. Fonseca Reyna, Sheng-You Huang",
    "author_email": "d201880053@hust.edu.cn, d202280084@hust.edu.cn, cfonseca@cnb.csic.es, huangsy@hust.edu.cn",
    "download_url": "https://files.pythonhosted.org/packages/02/88/e22ada33e86dffeab6ef4c40670c43dfef389554642c7c79edb2d050d371/scipion-em-emready-3.1.1.tar.gz",
    "platform": null,
    "description": "==============\nEMReady plugin\n==============\n\n`EMReady <http://huanglab.phys.hust.edu.cn/EMReady/>`_: Improvement of cryo-EM maps by simultaneous local and non-local deep learning.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-emready.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emready\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-emready.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emready\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-emready.svg\n        :target: https://pypi.python.org/pypi/scipion-em-emready\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-emready?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-emready\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-emready\n        :target: https://pypi.python.org/pypi/scipion-em-emready\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-emready\n\nor through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**\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-emready.git\n\n   * install\n\n    .. code-block::\n\n       scipion installp -p /path/to/scipion-em-emready --devel\n\nEMReady software will be installed automatically with the plugin but you can also use an existing installation by providing *EMREADY_ENV_ACTIVATION* and *EMREADY_HOME* (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*EMREADY_ENV_ACTIVATION* (default = conda activate emready-2.0):\nCommand to activate the EMReady environment.\n\n*EMREADY_HOME* (default = software/em/emready-2.0):\nPath with EMReady source code.\n\nVerifying\n---------\nTo check the installation, simply run the following Scipion test:\n\n``scipion test emready.tests.test_protocol_sharpening.TestEMReadySharpening``\n\nSupported versions\n------------------\n\n2.0\n\nProtocols\n----------\n\n* sharpening\n\nReferences\n-----------\n\n1. He J, Li T, Huang S-Y. Improvement of cryo-EM maps by simultaneous local and non-local deep learning. Nature Communications, 2023; 14:3217.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "EMReady: Improvement of cryo-EM maps by simultaneous local and non-local deep learning",
    "version": "3.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-emready/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-emready",
        "Source": "https://github.com/scipion-em/scipion-em-emready/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0",
        "emready"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "7734fea47db4926ac636752c2623b317c3fe0c2aef8adc2eeebb1fe1685dd1ad",
                "md5": "a41d35bcb5fd3a99b5311e08ddcd5a82",
                "sha256": "091bf40957b18ddde9d0d8d6c90d496fcde2a6d794ca3aa0532b0777d40cd5e0"
            },
            "downloads": -1,
            "filename": "scipion_em_emready-3.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a41d35bcb5fd3a99b5311e08ddcd5a82",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24722,
            "upload_time": "2024-10-07T07:59:10",
            "upload_time_iso_8601": "2024-10-07T07:59:10.376837Z",
            "url": "https://files.pythonhosted.org/packages/77/34/fea47db4926ac636752c2623b317c3fe0c2aef8adc2eeebb1fe1685dd1ad/scipion_em_emready-3.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "0288e22ada33e86dffeab6ef4c40670c43dfef389554642c7c79edb2d050d371",
                "md5": "b4425735eb198c91a9dffcc7cf6641fd",
                "sha256": "b5b765415bdeede2cc2899321a1fa2227024cfd8dbbe44e69815b500747b2c02"
            },
            "downloads": -1,
            "filename": "scipion-em-emready-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b4425735eb198c91a9dffcc7cf6641fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21860,
            "upload_time": "2024-10-07T07:59:11",
            "upload_time_iso_8601": "2024-10-07T07:59:11.252071Z",
            "url": "https://files.pythonhosted.org/packages/02/88/e22ada33e86dffeab6ef4c40670c43dfef389554642c7c79edb2d050d371/scipion-em-emready-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 07:59:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-emready",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scipion-em-emready"
}
        
Elapsed time: 0.50851s