===============
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.2.3):
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, 2.2.3
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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"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/1d/b4/35dfb9903490c0fb6ab5576421e8f767813107b93ae1f5e706fca57d24de/scipion-em-locscale-3.1.2.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.2.3):\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, 2.2.3\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": null,
"summary": "Plugin to use Locscale program within the Scipion framework",
"version": "3.1.2",
"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": "f782578ed2f3659b165f636c3683e97f9eb37081559bc7d3d7ea3cbc48f4adf1",
"md5": "a0844282b9262e66244af109d2f5bd61",
"sha256": "86d1d45292b543ff58f828f5da7be8f47311afb7fe312fd5ff77d5e4f743f4c2"
},
"downloads": -1,
"filename": "scipion_em_locscale-3.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a0844282b9262e66244af109d2f5bd61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 146993,
"upload_time": "2024-10-08T07:33:09",
"upload_time_iso_8601": "2024-10-08T07:33:09.948710Z",
"url": "https://files.pythonhosted.org/packages/f7/82/578ed2f3659b165f636c3683e97f9eb37081559bc7d3d7ea3cbc48f4adf1/scipion_em_locscale-3.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "1db435dfb9903490c0fb6ab5576421e8f767813107b93ae1f5e706fca57d24de",
"md5": "e3c12ebe8748dfde0be023ad51acbb92",
"sha256": "fe2a0fc2f9921c04d549eed6356bba26eb50cdd56d6de02f7ba03635a907bd81"
},
"downloads": -1,
"filename": "scipion-em-locscale-3.1.2.tar.gz",
"has_sig": false,
"md5_digest": "e3c12ebe8748dfde0be023ad51acbb92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 148644,
"upload_time": "2024-10-08T07:33:11",
"upload_time_iso_8601": "2024-10-08T07:33:11.795154Z",
"url": "https://files.pythonhosted.org/packages/1d/b4/35dfb9903490c0fb6ab5576421e8f767813107b93ae1f5e706fca57d24de/scipion-em-locscale-3.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-08 07:33:11",
"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"
}