scipion-em-locscale


Namescipion-em-locscale JSON
Version 3.1 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-locscale
SummaryPlugin to use Locscale program within the Scipion framework
upload_time2023-05-16 10:42:33
maintainer
docs_urlNone
authorI2PC
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.
            ===============
Locscale plugin
===============

This plugin provides a wrapper around `LocScale <https://gitlab.tudelft.nl/aj-lab/locscale>`_ program for local sharpening of cryo-EM density maps.

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

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

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

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

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

b) Developer's version

   * download repository

   .. code-block::

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

   * install

   .. code-block::

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

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

*LOCSCALE_ENV_ACTIVATION* (default = conda activate locscale-2.1):
Command to activate the LocScale environment.


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

``scipion test locscale.tests.test_protocol_locscale.TestProtLocscale``

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

2.1

Protocols
---------

* local sharpening


References
----------

1. A.J. Jakobi, M. Wilmanns and C. Sachse, Model-based local density sharpening of cryo-EM maps, eLife 6: e27131 (2017).
2. A.Bharadwaj and A.J. Jakobi, Electron scattering properties and their use in cryo-EM map sharpening, Faraday Discussions D2FD00078D (2022)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-locscale",
    "name": "scipion-em-locscale",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/16/98/4abf2dde6ca2cb5f2ae90694e21c773446eee9533c1a3639770b6ffe7a84/scipion-em-locscale-3.1.tar.gz",
    "platform": null,
    "description": "===============\nLocscale plugin\n===============\n\nThis plugin provides a wrapper around `LocScale <https://gitlab.tudelft.nl/aj-lab/locscale>`_ program for local sharpening of cryo-EM density maps.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-locscale.svg\n        :target: https://pypi.python.org/pypi/scipion-em-locscale\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-locscale.svg\n        :target: https://pypi.python.org/pypi/scipion-em-locscale\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-locscale.svg\n        :target: https://pypi.python.org/pypi/scipion-em-locscale\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-locscale?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-locscale\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-locscale\n        :target: https://pypi.python.org/pypi/scipion-em-locscale\n        :alt: Downloads\n\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-locscale\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-locscale.git\n\n   * install\n\n   .. code-block::\n\n      scipion installp -p path/to/scipion-em-locscale --devel\n\nLocScale software will be installed automatically with the plugin but you can also use an existing installation by providing *LOCSCALE_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*LOCSCALE_ENV_ACTIVATION* (default = conda activate locscale-2.1):\nCommand to activate the LocScale environment.\n\n\nVerifying\n---------\nTo check the installation, simply run the following Scipion test:\n\n``scipion test locscale.tests.test_protocol_locscale.TestProtLocscale``\n\nSupported versions\n------------------\n\n2.1\n\nProtocols\n---------\n\n* local sharpening\n\n\nReferences\n----------\n\n1. A.J. Jakobi, M. Wilmanns and C. Sachse, Model-based local density sharpening of cryo-EM maps, eLife 6: e27131 (2017).\n2. A.Bharadwaj and A.J. Jakobi, Electron scattering properties and their use in cryo-EM map sharpening, Faraday Discussions D2FD00078D (2022)\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Plugin to use Locscale program within the Scipion framework",
    "version": "3.1",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-locscale/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-locscale",
        "Source": "https://github.com/scipion-em/scipion-em-locscale/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "1cef8e6149b183d75c336bbba37a12365d5b45bae373ca1d40581a44ef994f9e",
                "md5": "934f2e32c662830d2447cb5c17f7c765",
                "sha256": "ee0797c28c3fe87900804e6a2fa13e9604b9b4bd8eec1a855e9f16cda12312b4"
            },
            "downloads": -1,
            "filename": "scipion_em_locscale-3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "934f2e32c662830d2447cb5c17f7c765",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 147418,
            "upload_time": "2023-05-16T10:42:31",
            "upload_time_iso_8601": "2023-05-16T10:42:31.441610Z",
            "url": "https://files.pythonhosted.org/packages/1c/ef/8e6149b183d75c336bbba37a12365d5b45bae373ca1d40581a44ef994f9e/scipion_em_locscale-3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "16984abf2dde6ca2cb5f2ae90694e21c773446eee9533c1a3639770b6ffe7a84",
                "md5": "2b8a4ab34b637b354eed3f240bba4fcf",
                "sha256": "51236b03cd0e38c07d65a5a19d761b660cf55c33dd7efaff7820feda26c1ae6d"
            },
            "downloads": -1,
            "filename": "scipion-em-locscale-3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2b8a4ab34b637b354eed3f240bba4fcf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 148357,
            "upload_time": "2023-05-16T10:42:33",
            "upload_time_iso_8601": "2023-05-16T10:42:33.698921Z",
            "url": "https://files.pythonhosted.org/packages/16/98/4abf2dde6ca2cb5f2ae90694e21c773446eee9533c1a3639770b6ffe7a84/scipion-em-locscale-3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 10:42:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-locscale",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scipion-em-locscale"
}
        
Elapsed time: 0.06599s