Resicolor plugin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A small plugin to color proteins according to residue type. This functionality is also available as a script ([[resicolor]]). | |||
== Example of use == | |||
If you follow the instructions for the [http://www.pymolwiki.org/index.php/Git_intro Pymol-script-repo], it is available from the Plugin menu. | |||
from | |||
== Python Code == | |||
This code has been put under version control. In the project, [http://www.pymolwiki.org/index.php/Git_intro Pymol-script-repo]. | |||
For a color coded view: | |||
https://github.com/Pymol-Scripts/Pymol-script-repo/blob/master/plugins/resicolor_plugin.py | |||
See the raw code or download manually, by right clicking the following link here -> Save as: resicolor_plugin.py | |||
https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/plugins/resicolor_plugin.py | |||
[[Category:Script_Library]] | |||
[[Category:Structural_Biology_Scripts]] | |||
[[Category:Plugins]] [[Category:Coloring]] | [[Category:Plugins]] [[Category:Coloring]] |
Revision as of 11:31, 3 December 2011
Description
A small plugin to color proteins according to residue type. This functionality is also available as a script (resicolor).
Example of use
If you follow the instructions for the Pymol-script-repo, it is available from the Plugin menu.
Python Code
This code has been put under version control. In the project, Pymol-script-repo.
For a color coded view:
https://github.com/Pymol-Scripts/Pymol-script-repo/blob/master/plugins/resicolor_plugin.py
See the raw code or download manually, by right clicking the following link here -> Save as: resicolor_plugin.py
https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/plugins/resicolor_plugin.py