scipion-em-chimera


Namescipion-em-chimera JSON
Version 3.3.6 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-chimera
SummaryPlugin to use chimera programs within the Scipion framework
upload_time2023-07-19 07:47:46
maintainer
docs_urlNone
authorMarta Martinez, Roberto Marabini
requires_python
license
keywords scipion cryoem imageprocessing scipion-3.0
VCS
bugtrack_url
requirements tk_html_widgets scipion-em
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
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.0.

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

- **Supported versions of ChimeraX**

1.0, 1.1, 1.2 and 1.3


=========
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "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/c3/3c/2660778710c59d899d333f8df875516dd217c1b8d3cddc3487dc8c9549b0/scipion-em-chimera-3.3.6.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.0.\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\n- **Supported versions of ChimeraX**\n\n1.0, 1.1, 1.2 and 1.3\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": "",
    "summary": "Plugin to use chimera programs within the Scipion framework",
    "version": "3.3.6",
    "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": "00ff5f4d7cb48936dc33e9d5bfef290c44ea5f7fd389f720816686b9e8b7e567",
                "md5": "d49c67c9f38afa88d82cfa546b2195c8",
                "sha256": "7b41a3ab6019150a2b07846006e61bd0b802d05d91c974faa06addf77d2b2ea4"
            },
            "downloads": -1,
            "filename": "scipion_em_chimera-3.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d49c67c9f38afa88d82cfa546b2195c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 163613,
            "upload_time": "2023-07-19T07:47:44",
            "upload_time_iso_8601": "2023-07-19T07:47:44.859200Z",
            "url": "https://files.pythonhosted.org/packages/00/ff/5f4d7cb48936dc33e9d5bfef290c44ea5f7fd389f720816686b9e8b7e567/scipion_em_chimera-3.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "c33c2660778710c59d899d333f8df875516dd217c1b8d3cddc3487dc8c9549b0",
                "md5": "b92be89e80515055121332fcadddccbc",
                "sha256": "dc71229103aafd2a457a51323ea5c0cda377546c43e885d387630a99fe97cce4"
            },
            "downloads": -1,
            "filename": "scipion-em-chimera-3.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "b92be89e80515055121332fcadddccbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 131192,
            "upload_time": "2023-07-19T07:47:46",
            "upload_time_iso_8601": "2023-07-19T07:47:46.621186Z",
            "url": "https://files.pythonhosted.org/packages/c3/3c/2660778710c59d899d333f8df875516dd217c1b8d3cddc3487dc8c9549b0/scipion-em-chimera-3.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 07:47:46",
    "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": [
        {
            "name": "tk_html_widgets",
            "specs": []
        },
        {
            "name": "scipion-em",
            "specs": []
        }
    ],
    "lcname": "scipion-em-chimera"
}
        
Elapsed time: 0.12255s