======================
Chimera scipion plugin
======================
This plugin allows to use chimeraX commands within the Scipion framework.
Chimera is a program for interactive visualization and analysis of molecular structures and related data. It is developed by the Resource for Biocomputing, Visualization, and Informatics (see `ChimeraX home page <https://www.cgl.ucsf.edu/chimerax/>`_ for details).
===================
Install this plugin
===================
You will need to use `3.0.0 <https://scipion-em.github.io/docs/release-3.0.0/>`_ version of Scipion to run these protocols. To install the plugin, you have two options:
- **Stable version**
.. code-block::
scipion3 installp -p scipion-em-chimera
OR
- through the plugin manager GUI by launching Scipion and following **Configuration** >> **Plugins**
- **Developer's version**
1. Download repository:
.. code-block::
git clone https://github.com/scipion-em/scipion-em-chimera.git
2. Install:
.. code-block::
scipion3 installp -p path_to_scipion-em-chimera --devel
- **Binary files**
Chimera binaries could be installed automatically with the plugin after accepting ChimeraX licence terms,
but you can also link an existing installation. Default installation path assumed is *software/em/chimerax-1.0,
if you want to change it, set *CHIMERA_HOME* in *scipion.conf* file to the folder where ChimeraX is installed
or link your chimerax folder to *software/em/chimerax-1.0*.
- **Tests**
Tested with ChimeraX version: 1.X. where X is in the range 0-6
To check the installation, simply run the following Scipion tests:
* scipion test chimera.tests.test_protocol_chimera_operate
* scipion test chimera.tests.test_protocol_chimera_fit
* scipion test chimera.tests.test_protocol_modeller_search
* scipion test chimera.tests.test_protocol_contact
* scipion test chimera.tests.test_protocol_chimera_map_subtraction
NOTE: the fact that chimerax-plugins supports the above mentioned chimerax versions does not
mean that chimerax supports your operating system. For example, if you want to install
chimerax 1.4 or higher you need at least ubuntu 22 version.
=========
Protocols
=========
* rigit fit: Fits an atomic structure (PDB/CIF) to a 3D map using a rigid fit algorithm.
* model from template: Models three-dimensional structures of proteins using `Modeller <https://salilab.org/modeller/manual/node7.html>`_.
* contacts: Identifies interatomic `clashes and contacts <https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/findclash/findclash.html>`_ based on van der Waals radii.
* operate: Provides access to Chimera and allows to save the result in Scipion framework.
* restore: This protocol opens Chimera and restores the session previously saved with commands *scipionwrite* or *scipionss*.
* map subtraction: Protocol to identify remnant densities in a density map by subtracting two maps or masking one of them.
* alphafold prediction: finds and retrieves existing models from the AlphaFold Database, runs new AlphaFold predictions using Google Colab, executes a local implementation of alphafold.
========
Examples
========
See `Model Building Tutorial <https://scipion-em.github.io/docs/release-3.0.0/docs/user/user-documentation.html#model-building>`_
===
FAQ
===
check the FAQ <https://github.com/scipion-em/scipion-em-chimera/blob/devel/FAQ.rst> for known problems
===============
Buildbot status
===============
Status devel version:
.. image:: http://scipion-test.cnb.csic.es:9980/badges/chimera_devel.svg
..
Status production version:
..
image:: http://scipion-test.cnb.csic.es:9980/badges/chimera_prod.svg
======================
Chimera Extra commands
======================
A set of comamnd to allow interaction between scipion and chimerax has been implemented.
They may be executed from ChimeraX command line:
* scipionwrite: saves model file
* scipionss: saves chimera session
* scipionrs: restores chimera sesion
* scipioncombine: combines two models [No longer needed since chimerax now implements combine]
* scipionshell: shows the density of a 3D Map on a spherical shell of the map at a given radius
* scipionshellcrown: shows a shell of a 3D map between two radii
* scipion: summary with all scipion related commands
Raw data
{
"_id": null,
"home_page": "https://github.com/scipion-em/scipion-em-chimera",
"name": "scipion-em-chimera",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "scipion cryoem imageprocessing scipion-3.0",
"author": "Marta Martinez, Roberto Marabini",
"author_email": "scipion@cnb.csic.es",
"download_url": "https://files.pythonhosted.org/packages/30/df/f519708864f1f2533fab3678cca9ac2cfd7024483946cf068516f2b7fe81/scipion-em-chimera-3.4.0.tar.gz",
"platform": null,
"description": "======================\nChimera scipion plugin\n======================\n\nThis plugin allows to use chimeraX commands within the Scipion framework.\n\nChimera is a program for interactive visualization and analysis of molecular structures and related data. It is developed by the Resource for Biocomputing, Visualization, and Informatics (see `ChimeraX home page <https://www.cgl.ucsf.edu/chimerax/>`_ for details).\n\n\n===================\nInstall this plugin\n===================\n\nYou will need to use `3.0.0 <https://scipion-em.github.io/docs/release-3.0.0/>`_ version of Scipion to run these protocols. To install the plugin, you have two options:\n\n- **Stable version** \n\n.. code-block:: \n\n scipion3 installp -p scipion-em-chimera\n\nOR\n\n - through the plugin manager GUI by launching Scipion and following **Configuration** >> **Plugins**\n\n- **Developer's version**\n\n1. Download repository:\n\n.. code-block::\n\n git clone https://github.com/scipion-em/scipion-em-chimera.git\n\n2. Install:\n\n.. code-block::\n\n scipion3 installp -p path_to_scipion-em-chimera --devel\n\n- **Binary files**\n\nChimera binaries could be installed automatically with the plugin after accepting ChimeraX licence terms,\nbut you can also link an existing installation. Default installation path assumed is *software/em/chimerax-1.0,\nif you want to change it, set *CHIMERA_HOME* in *scipion.conf* file to the folder where ChimeraX is installed\nor link your chimerax folder to *software/em/chimerax-1.0*.\n\n- **Tests**\n\nTested with ChimeraX version: 1.X. where X is in the range 0-6\n\nTo check the installation, simply run the following Scipion tests: \n\n* scipion test chimera.tests.test_protocol_chimera_operate\n* scipion test chimera.tests.test_protocol_chimera_fit\n* scipion test chimera.tests.test_protocol_modeller_search\n* scipion test chimera.tests.test_protocol_contact\n* scipion test chimera.tests.test_protocol_chimera_map_subtraction\n\nNOTE: the fact that chimerax-plugins supports the above mentioned chimerax versions does not\nmean that chimerax supports your operating system. For example, if you want to install \nchimerax 1.4 or higher you need at least ubuntu 22 version.\n\n\n=========\nProtocols\n=========\n\n* rigit fit: Fits an atomic structure (PDB/CIF) to a 3D map using a rigid fit algorithm.\n* model from template: Models three-dimensional structures of proteins using `Modeller <https://salilab.org/modeller/manual/node7.html>`_.\n* contacts: Identifies interatomic `clashes and contacts <https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/findclash/findclash.html>`_ based on van der Waals radii. \n* operate: Provides access to Chimera and allows to save the result in Scipion framework.\n* restore: This protocol opens Chimera and restores the session previously saved with commands *scipionwrite* or *scipionss*. \n* map subtraction: Protocol to identify remnant densities in a density map by subtracting two maps or masking one of them.\n* alphafold prediction: finds and retrieves existing models from the AlphaFold Database, runs new AlphaFold predictions using Google Colab, executes a local implementation of alphafold. \n\n\n========\nExamples\n========\n\nSee `Model Building Tutorial <https://scipion-em.github.io/docs/release-3.0.0/docs/user/user-documentation.html#model-building>`_\n\n===\nFAQ\n===\n\n check the FAQ <https://github.com/scipion-em/scipion-em-chimera/blob/devel/FAQ.rst> for known problems\n\n\n===============\nBuildbot status\n===============\n\nStatus devel version:\n\n.. image:: http://scipion-test.cnb.csic.es:9980/badges/chimera_devel.svg\n\n..\n Status production version: \n\n.. \n image:: http://scipion-test.cnb.csic.es:9980/badges/chimera_prod.svg\n\n\n======================\nChimera Extra commands\n======================\nA set of comamnd to allow interaction between scipion and chimerax has been implemented.\nThey may be executed from ChimeraX command line:\n\n* scipionwrite: saves model file\n* scipionss: saves chimera session\n* scipionrs: restores chimera sesion\n* scipioncombine: combines two models [No longer needed since chimerax now implements combine]\n* scipionshell: shows the density of a 3D Map on a spherical shell of the map at a given radius\n* scipionshellcrown: shows a shell of a 3D map between two radii\n* scipion: summary with all scipion related commands\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Plugin to use chimera programs within the Scipion framework",
"version": "3.4.0",
"project_urls": {
"Homepage": "https://github.com/scipion-em/scipion-em-chimera"
},
"split_keywords": [
"scipion",
"cryoem",
"imageprocessing",
"scipion-3.0"
],
"urls": [
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "a556da94cd6cbbfb549f3ca5e5aafae93419032a0eda0d7933a003df6967c072",
"md5": "703e540881d8083bbc5c9861feca5193",
"sha256": "b9f5dcfc617cd8ab97a5171e0e317b12bed61ac5c5813ef290a17bb6af0f5c20"
},
"downloads": -1,
"filename": "scipion_em_chimera-3.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "703e540881d8083bbc5c9861feca5193",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 164250,
"upload_time": "2024-07-01T12:52:11",
"upload_time_iso_8601": "2024-07-01T12:52:11.857804Z",
"url": "https://files.pythonhosted.org/packages/a5/56/da94cd6cbbfb549f3ca5e5aafae93419032a0eda0d7933a003df6967c072/scipion_em_chimera-3.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "30dff519708864f1f2533fab3678cca9ac2cfd7024483946cf068516f2b7fe81",
"md5": "a94174880c10248586803824bc35e2f1",
"sha256": "6fb36371876676000f43cb97708c48160765b77afbfab35d34b6c86b5eac57c3"
},
"downloads": -1,
"filename": "scipion-em-chimera-3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "a94174880c10248586803824bc35e2f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 132046,
"upload_time": "2024-07-01T12:52:13",
"upload_time_iso_8601": "2024-07-01T12:52:13.555210Z",
"url": "https://files.pythonhosted.org/packages/30/df/f519708864f1f2533fab3678cca9ac2cfd7024483946cf068516f2b7fe81/scipion-em-chimera-3.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 12:52:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scipion-em",
"github_project": "scipion-em-chimera",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "scipion-em-chimera"
}