<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmoad</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cmoad"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Cmoad"/>
	<updated>2026-05-25T04:02:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Distance&amp;diff=3594</id>
		<title>Distance</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Distance&amp;diff=3594"/>
		<updated>2005-02-22T12:49:51Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
&amp;quot;distance&amp;quot; creates a new distance object between two&lt;br /&gt;
selections.  It will display all distances within the cutoff.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 distance &lt;br /&gt;
 distance (selection1), (selection2)&lt;br /&gt;
 distance name = (selection1), (selection1) [,cutoff [,mode] ]&lt;br /&gt;
 &lt;br /&gt;
 name = name of distance object &lt;br /&gt;
 selection1, selection2 = atom selections&lt;br /&gt;
 cutoff = maximum distance to display&lt;br /&gt;
 mode = 0 (default)&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.distance( string name, string selection1, string selection2,&lt;br /&gt;
               string cutoff, string mode )&lt;br /&gt;
   # returns the average distance between all atoms/frames&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
The distance wizard makes measuring distances easier than using&lt;br /&gt;
the &amp;quot;dist&amp;quot; command for real-time operations.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;dist&amp;quot; alone will show distances between selections (pk1) and (pk1),&lt;br /&gt;
which can be set using the PkAt mouse action (usually CTRL-middle-click). &lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|distance]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Edit_Keys&amp;diff=7248</id>
		<title>Edit Keys</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Edit_Keys&amp;diff=7248"/>
		<updated>2005-02-22T12:48:24Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===EDITING KEYS ===&lt;br /&gt;
 These are defaults, which can be redefined.  Note that while&lt;br /&gt;
 entering text on the command line, some of these control keys take on&lt;br /&gt;
 text editing functions instead (CTRL - A, E, and K, and DELETE), so&lt;br /&gt;
 you should clear the command line before trying to edit atoms.&lt;br /&gt;
&lt;br /&gt;
====ATOM REPLACEMENT====&lt;br /&gt;
   CTRL-C    Replace picked atom with carbon   (C)&lt;br /&gt;
   CTRL-N    Replace picked atom with nitrogen (N)&lt;br /&gt;
   CTRL-O    Replace picked atom with oxygen   (O)&lt;br /&gt;
   CTRL-S    Replace picked atom with sulpher  (S)&lt;br /&gt;
   CTRL-G    Replace picked atom with hydrogen (H)&lt;br /&gt;
   CTRL-F    Replace picked atom with fluorene (F)&lt;br /&gt;
   CTRL-L    Replace picked atom with chlorine (Cl)&lt;br /&gt;
   CTRL-B    Replace picked atom with bromine  (Br)&lt;br /&gt;
   CTRL-I    Replace picked atom with iodine   (I)&lt;br /&gt;
&lt;br /&gt;
====ATOM MODIFICATION====&lt;br /&gt;
   CTRL-J    Set charge on picked atom to -1&lt;br /&gt;
   CTRL-K    Set charge on picked atom to +1&lt;br /&gt;
   CTRL-D    Remove atom or bond (DELETE works too).&lt;br /&gt;
   CTRL-Y    Add a hydrogen to the current atom&lt;br /&gt;
   CTRL-R    Adjust hydrogens on atom/bond to match valence.&lt;br /&gt;
   CTRL-E    Inverts the picked stereo center, but you must first&lt;br /&gt;
             indicate the constant portions with the (lb) and (rb)&lt;br /&gt;
             selections.&lt;br /&gt;
 &lt;br /&gt;
   CTRL-T    Connect atoms in the (lb) and (rb) selections.&lt;br /&gt;
   CTRL-W    Cycle the bond valence on the picked bond.&lt;br /&gt;
&lt;br /&gt;
UNDO and REDO of conformational changes (not atom changes!)&lt;br /&gt;
 &lt;br /&gt;
   CTRL-Z    undo the previous conformational change.&lt;br /&gt;
             (you can not currently undo atom modifications).&lt;br /&gt;
   CTRL-A    redo the previous conformational change. &lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|edit_keys]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deselect&amp;diff=7708</id>
		<title>Deselect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deselect&amp;diff=7708"/>
		<updated>2005-02-22T12:47:01Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;deselect&amp;quot; disables any and all visible selections&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 deselect&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.deselect()&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|deselect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3554</id>
		<title>Deprotect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3554"/>
		<updated>2005-02-22T12:46:18Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;deprotect&amp;quot; reveres the effect of the &amp;quot;protect&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 deprotect (selection)&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.deprotect(string selection=&amp;quot;(all)&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO=== &lt;br /&gt;
 [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|deprotect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3553</id>
		<title>Deprotect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3553"/>
		<updated>2005-02-22T12:46:02Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;deprotect&amp;quot; reveres the effect of the &amp;quot;protect&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 deprotect (selection)&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
cmd.deprotect(string selection=&amp;quot;(all)&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO=== &lt;br /&gt;
 [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]&lt;br /&gt;
 &lt;br /&gt;
[[Category:Commands|deprotect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3552</id>
		<title>Deprotect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3552"/>
		<updated>2005-02-22T12:45:21Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;deprotect&amp;quot; reveres the effect of the &amp;quot;protect&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 deprotect (selection)&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 cmd.deprotect(string selection=&amp;quot;(all)&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO=== &lt;br /&gt;
 [[Cmd protect|protect]], [[Cmd mask|mask]], [[Cmd unmask|unmask]], [[Cmd mouse|mouse]], [[Cmd editing|editing]]&lt;br /&gt;
 &lt;br /&gt;
[[Category:Commands|deprotect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3551</id>
		<title>Deprotect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3551"/>
		<updated>2005-02-22T12:42:43Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
    &amp;quot;deprotect&amp;quot; reveres the effect of the &amp;quot;protect&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
    deprotect (selection)&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
   cmd.deprotect(string selection=&amp;quot;(all)&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO=== &lt;br /&gt;
   [[Cmd protect]], [[Cmd mask]], [[Cmd unmask]], [[Cmd mouse]], [[Cmd editing]]&lt;br /&gt;
 &lt;br /&gt;
[[Category:Commands|deprotect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3550</id>
		<title>Deprotect</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Deprotect&amp;diff=3550"/>
		<updated>2005-02-22T12:42:21Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
    &amp;quot;deprotect&amp;quot; reveres the effect of the &amp;quot;protect&amp;quot; command.&lt;br /&gt;
 &lt;br /&gt;
===USAGE===&lt;br /&gt;
    deprotect (selection)&lt;br /&gt;
 &lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 &amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
   cmd.deprotect(string selection=&amp;quot;(all)&amp;quot;)&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 &lt;br /&gt;
   [[Cmd protect]], [[Cmd mask]], [[Cmd unmask]], [[Cmd mouse]], [[Cmd editing]]&lt;br /&gt;
 &lt;br /&gt;
[[Category:Commands|deprotect]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Align&amp;diff=704</id>
		<title>Align</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Align&amp;diff=704"/>
		<updated>2005-02-18T18:35:05Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;align&amp;quot; performs a sequence alignment followed by a structural&lt;br /&gt;
 alignment, and then carrys out zero or more cycles of refinement&lt;br /&gt;
 in order to reject structural outliers found during the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 align (source), (target) [,cutoff [,cycles [,gap [,extend \&lt;br /&gt;
       [,skip [,object [,matrix [, quiet ]]]]]]]]&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 cmd.align( string source, string target, float cutoff=2.0,&lt;br /&gt;
            int cycles=2, float gap=-10.0, float extend=-0.5,&lt;br /&gt;
            float extend=-0.5,int skip=0, string object=None,&lt;br /&gt;
            string matrix=&amp;quot;BLOSUM62&amp;quot;,int quiet=1 )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTE===&lt;br /&gt;
 If object is not None, then align will create an object which&lt;br /&gt;
 indicates which atoms were paired between the two structures&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 align  prot1////CA, prot2, object=alignment&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd fit|fit]], [[Cmd rms|rms]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]], [[Cmd pair_fit|pair_fit]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|align]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4452</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4452"/>
		<updated>2005-02-17T21:45:34Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* A wiki edit/user policy is needed.&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
Please see [[:Category:Discussion|Discussion]] for more thoughts on the site organizaiton.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[:Category:News|News]]&lt;br /&gt;
## [[:Category:Discussion|Discussion]]&lt;br /&gt;
## [[:Category:PyMOL Beta|The Bleeding Edge]]&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Using the GUI]]&lt;br /&gt;
## [[Launching PyMOL]]&lt;br /&gt;
### [[Command Line Options]]&lt;br /&gt;
### [[Launching From a Script]]&lt;br /&gt;
## [[Mouse Controls]]&lt;br /&gt;
## [[Objects and Selections]]&lt;br /&gt;
### [[Working with Objects]]&lt;br /&gt;
### [[Working with Selections]]&lt;br /&gt;
### [[Selector Quick Reference]]&lt;br /&gt;
#### [[Single-word Selectors]]&lt;br /&gt;
#### [[Property Selectors]]&lt;br /&gt;
#### [[Selection Algebra]]&lt;br /&gt;
#### [[Selection Macros]]&lt;br /&gt;
### [[Representations]]&lt;br /&gt;
#### [[Lines]]&lt;br /&gt;
#### [[Sticks]]&lt;br /&gt;
#### [[Cartoon]]&lt;br /&gt;
#### [[Surface]]&lt;br /&gt;
#### [[Mesh]]&lt;br /&gt;
#### [[Spheres]]&lt;br /&gt;
#### [[Dots]]&lt;br /&gt;
### [[Color]]&lt;br /&gt;
### [[Displaying biochemical properties]]&lt;br /&gt;
## [[Display Settings]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
## [[Scenes]]&lt;br /&gt;
## [[Mouse Settings]]&lt;br /&gt;
## [[Wizards]]&lt;br /&gt;
## [[Plugins]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
## [[Structure Alignment Editor]]&lt;br /&gt;
# [[:Category:Commands|Command Language]]&lt;br /&gt;
## [[PyMOL Command Script]]&lt;br /&gt;
## [[PyMOL Python API]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Example Scripts]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
# [[:Category:Plugins|Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4451</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4451"/>
		<updated>2005-02-17T21:44:35Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* A wiki edit/user policy is needed.&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
Please see [[:Category:Discussion|Discussion]] for more thoughts on the site organizaiton.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[:Category:News|News]]&lt;br /&gt;
## [[:Category:Discussion|Discussion]]&lt;br /&gt;
## [[:Category:PyMOL Beta|The Bleeding Edge]]&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Using the GUI]]&lt;br /&gt;
## [[Launching PyMOL]]&lt;br /&gt;
### [[Command Line Options]]&lt;br /&gt;
### [[Launching From a Script]]&lt;br /&gt;
## [[Mouse Controls]]&lt;br /&gt;
## [[Objects and Selections]]&lt;br /&gt;
### [[Working with Objects]]&lt;br /&gt;
### [[Working with Selections]]&lt;br /&gt;
### [[Selector Quick Reference]]&lt;br /&gt;
#### [[Single-word Selectors]]&lt;br /&gt;
#### [[Property Selectors]]&lt;br /&gt;
#### [[Selection Algebra]]&lt;br /&gt;
#### [[Selection Macros]]&lt;br /&gt;
### [[Representations]]&lt;br /&gt;
#### [[Lines]]&lt;br /&gt;
#### [[Sticks]]&lt;br /&gt;
#### [[Cartoon]]&lt;br /&gt;
#### [[Surface]]&lt;br /&gt;
#### [[Mesh]]&lt;br /&gt;
#### [[Spheres]]&lt;br /&gt;
#### [[Dots]]&lt;br /&gt;
### [[Color]]&lt;br /&gt;
### [[Displaying biochemical properties]]&lt;br /&gt;
## [[Display Settings]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
## [[Scenes]]&lt;br /&gt;
## [[Mouse Settings]]&lt;br /&gt;
## [[Wizards]]&lt;br /&gt;
## [[Plugins]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
## [[Structure Alignment Editor]]&lt;br /&gt;
# [[:Category:Commands|Command Language]] (I added a sample category.  Should we continue with something like this?) [[User:Cmoad|Charlie]]&lt;br /&gt;
## [[PyMOL Command Script]]&lt;br /&gt;
## [[PyMOL Python API]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Example Scripts]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
# [[:Category:Plugins|Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4450</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4450"/>
		<updated>2005-02-17T21:44:08Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* A wiki edit/user policy is needed.&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
Please see [[:Category:Discussion|Discussion]] for more thoughts on the site organizaiton.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[:Category:News|News]]&lt;br /&gt;
## [[:Category:Discussion|Discussion]]&lt;br /&gt;
## [[:Category:PyMOL Beta|The Bleeding Edge]]&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Using the GUI]]&lt;br /&gt;
## [[Launching PyMOL]]&lt;br /&gt;
### [[Command Line Options]]&lt;br /&gt;
### [[Launching From a Script]]&lt;br /&gt;
## [[Mouse Controls]]&lt;br /&gt;
## [[Objects and Selections]]&lt;br /&gt;
### [[Working with Objects]]&lt;br /&gt;
### [[Working with Selections]]&lt;br /&gt;
### [[Selector Quick Reference]]&lt;br /&gt;
#### [[Single-word Selectors]]&lt;br /&gt;
#### [[Property Selectors]]&lt;br /&gt;
#### [[Selection Algebra]]&lt;br /&gt;
#### [[Selection Macros]]&lt;br /&gt;
### [[Representations]]&lt;br /&gt;
#### [[Lines]]&lt;br /&gt;
#### [[Sticks]]&lt;br /&gt;
#### [[Cartoon]]&lt;br /&gt;
#### [[Surface]]&lt;br /&gt;
#### [[Mesh]]&lt;br /&gt;
#### [[Spheres]]&lt;br /&gt;
#### [[Dots]]&lt;br /&gt;
### [[Color]]&lt;br /&gt;
### [[Displaying biochemical properties]]&lt;br /&gt;
## [[Display Settings]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
## [[Scenes]]&lt;br /&gt;
## [[Mouse Settings]]&lt;br /&gt;
## [[Wizards]]&lt;br /&gt;
## [[Plugins]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
## [[Structure Alignment Editor]]&lt;br /&gt;
# [[:Category:Commands|Command Language]] (I added a sample category.  Should we continue with something like this?) [[User:Cmoad|Charlie]]&lt;br /&gt;
## [[PyMOL Command Script]]&lt;br /&gt;
## [[PyMOL Python API]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Example Scripts]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
# [[:Category:Plugins]]&lt;br /&gt;
## [[List of Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category:Plugins&amp;diff=3771</id>
		<title>Category:Plugins</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category:Plugins&amp;diff=3771"/>
		<updated>2005-02-17T21:43:33Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of available plugins written by the community, for the community.&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=PDB_Loader_Service&amp;diff=13012</id>
		<title>PDB Loader Service</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=PDB_Loader_Service&amp;diff=13012"/>
		<updated>2005-02-17T21:42:49Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
Originally bundled with PyMol 0.96, the PDB Loader Service plugin dynamically downloads a requested PDB from [http://www.rcsb.org/pdb/ RCSB] and displays it in PyMol.&lt;br /&gt;
==Comments==&lt;br /&gt;
Although the plugin is completely functional, I have written newer versions which never touch the filesystem and as a result are much cleaner.  See the [[Tutorial on writing plugins]] for one such example.&lt;br /&gt;
==Author==&lt;br /&gt;
[[User:Cmoad|Charlie]] Moad&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4447</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4447"/>
		<updated>2005-02-17T20:52:43Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* A wiki edit/user policy is needed.&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
Please see [[:Category:Discussion|Discussion]] for more thoughts on the site organizaiton.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[:Category:News|News]]&lt;br /&gt;
## [[:Category:Discussion|Discussion]]&lt;br /&gt;
## [[:Category:PyMOL Beta|The Bleeding Edge]]&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Using the GUI]]&lt;br /&gt;
## [[Launching PyMOL]]&lt;br /&gt;
### [[Command Line Options]]&lt;br /&gt;
### [[Launching From a Script]]&lt;br /&gt;
## [[Mouse Controls]]&lt;br /&gt;
## [[Objects and Selections]]&lt;br /&gt;
### [[Working with Objects]]&lt;br /&gt;
### [[Working with Selections]]&lt;br /&gt;
### [[Selector Quick Reference]]&lt;br /&gt;
#### [[Single-word Selectors]]&lt;br /&gt;
#### [[Property Selectors]]&lt;br /&gt;
#### [[Selection Algebra]]&lt;br /&gt;
#### [[Selection Macros]]&lt;br /&gt;
### [[Representations]]&lt;br /&gt;
#### [[Lines]]&lt;br /&gt;
#### [[Sticks]]&lt;br /&gt;
#### [[Cartoon]]&lt;br /&gt;
#### [[Surface]]&lt;br /&gt;
#### [[Mesh]]&lt;br /&gt;
#### [[Spheres]]&lt;br /&gt;
#### [[Dots]]&lt;br /&gt;
### [[Color]]&lt;br /&gt;
### [[Displaying biochemical properties]]&lt;br /&gt;
## [[Display Settings]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
## [[Scenes]]&lt;br /&gt;
## [[Mouse Settings]]&lt;br /&gt;
## [[Wizards]]&lt;br /&gt;
## [[Plugins]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
## [[Structure Alignment Editor]]&lt;br /&gt;
# [[:Category:Commands|Command Language]] (I added a sample category.  Should we continue with something like this?) [[User:Cmoad|Charlie]]&lt;br /&gt;
## [[PyMOL Command Script]]&lt;br /&gt;
## [[PyMOL Python API]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Example Scripts]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
# [[Plugins]]&lt;br /&gt;
## [[List of Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Rms&amp;diff=8628</id>
		<title>Rms</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Rms&amp;diff=8628"/>
		<updated>2005-02-17T17:17:13Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;rms&amp;quot; computes a RMS fit between two atom selections, but does not&lt;br /&gt;
 tranform the models after performing the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 rms (selection), (target-selection)&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 fit ( mutant and name ca ), ( wildtype and name ca )&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd fit|fit]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_fit|intra_fit]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]], [[Cmd pair_fit|pair_fit]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|rms]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Fit&amp;diff=5862</id>
		<title>Fit</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Fit&amp;diff=5862"/>
		<updated>2005-02-17T17:15:20Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;fit&amp;quot; superimposes the model in the first selection on to the model&lt;br /&gt;
 in the second selection.  Only matching atoms in both selections&lt;br /&gt;
 will be used for the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 fit (selection), (target-selection)&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 fit ( mutant and name ca ), ( wildtype and name ca )&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd rms|rms]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_fit|intra_fit]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|fit]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Fit&amp;diff=5861</id>
		<title>Fit</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Fit&amp;diff=5861"/>
		<updated>2005-02-17T17:15:04Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;fit&amp;quot; superimposes the model in the first selection on to the model&lt;br /&gt;
 in the second selection.  Only matching atoms in both selections&lt;br /&gt;
 will be used for the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 fit (selection), (target-selection)&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 fit ( mutant and name ca ), ( wildtype and name ca )&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd rms|rms]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_fit|intra_fit]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Align&amp;diff=703</id>
		<title>Align</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Align&amp;diff=703"/>
		<updated>2005-02-17T17:13:27Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;align&amp;quot; performs a sequence alignment followed by a structural&lt;br /&gt;
 alignment, and then carrys out zero or more cycles of refinement&lt;br /&gt;
 in order to reject structural outliers found during the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 align (source), (target) [,cutoff [,cycles [,gap [,extend \&lt;br /&gt;
       [,skip [,object [,matrix [, quiet ]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.align( string source, string target, float cutoff=2.0,&lt;br /&gt;
            int cycles=2, float gap=-10.0, float extend=-0.5,&lt;br /&gt;
            float extend=-0.5,int skip=0, string object=None,&lt;br /&gt;
            string matrix=&amp;quot;BLOSUM62&amp;quot;,int quiet=1 )&lt;br /&gt;
&lt;br /&gt;
===NOTE===&lt;br /&gt;
 If object is not None, then align will create an object which&lt;br /&gt;
 indicates which atoms were paired between the two structures&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 align  prot1////CA, prot2, object=alignment&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd fit|fit]], [[Cmd rms|rms]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]], [[Cmd pair_fit|pair_fit]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|align]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Align&amp;diff=702</id>
		<title>Align</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Align&amp;diff=702"/>
		<updated>2005-02-17T17:13:11Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;align&amp;quot; performs a sequence alignment followed by a structural&lt;br /&gt;
 alignment, and then carrys out zero or more cycles of refinement&lt;br /&gt;
 in order to reject structural outliers found during the fit.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 align (source), (target) [,cutoff [,cycles [,gap [,extend \&lt;br /&gt;
       [,skip [,object [,matrix [, quiet ]]]]]]]]&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.align( string source, string target, float cutoff=2.0,&lt;br /&gt;
            int cycles=2, float gap=-10.0, float extend=-0.5,&lt;br /&gt;
            float extend=-0.5,int skip=0, string object=None,&lt;br /&gt;
            string matrix=&amp;quot;BLOSUM62&amp;quot;,int quiet=1 )&lt;br /&gt;
&lt;br /&gt;
===NOTE===&lt;br /&gt;
 If object is not None, then align will create an object which&lt;br /&gt;
 indicates which atoms were paired between the two structures&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 align  prot1////CA, prot2, object=alignment&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd fit|fit]], [[Cmd rms|rms]], [[Cmd rms_cur|rms_cur]], [[Cmd intra_rms|intra_rms]], [[Cmd intra_rms_cur|intra_rms_cur]], [[Cmd pair_fit|pair_fit]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Extend&amp;diff=7292</id>
		<title>Extend</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Extend&amp;diff=7292"/>
		<updated>2005-02-17T17:07:32Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;extend&amp;quot; is an API-only function which binds a new external&lt;br /&gt;
 function as a command into the PyMOL scripting language.&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.extend(string name,function function)&lt;br /&gt;
&lt;br /&gt;
===PYTHON EXAMPLE===&lt;br /&gt;
 def foo(moo=2): print moo&lt;br /&gt;
 cmd.extend('foo',foo)&lt;br /&gt;
&lt;br /&gt;
The following would now work within PyMOL:&lt;br /&gt;
 PyMOL&amp;gt;foo&lt;br /&gt;
 2&lt;br /&gt;
 PyMOL&amp;gt;foo 3&lt;br /&gt;
 3&lt;br /&gt;
 PyMOL&amp;gt;foo moo=5&lt;br /&gt;
 5&lt;br /&gt;
 PyMOL&amp;gt;foo ?&lt;br /&gt;
&lt;br /&gt;
Usage: foo [ moo ]&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
 For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
 not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd alias|alias]], [[Cmd api|api]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|extend]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6313</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6313"/>
		<updated>2005-02-17T17:04:58Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
 &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
===PYMOL API===&lt;br /&gt;
 cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
 go&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
 For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
 [[Cmd extend|extend]], [[Cmd api|api]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6312</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6312"/>
		<updated>2005-02-17T16:53:49Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|alias|alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category:Commands&amp;diff=3820</id>
		<title>Category:Commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category:Commands&amp;diff=3820"/>
		<updated>2005-02-17T16:52:52Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of all commands for PyMol's interface and cmd module.&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4438</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4438"/>
		<updated>2005-02-17T16:51:43Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Smoothing out the edges:  Editors are needed just to fix our typos!&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Graphics]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
# [[Basic Usage (controls, rendering, selections)]]&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Interface]]&lt;br /&gt;
### [[Mouse Controls]]&lt;br /&gt;
## [[Atom Selections]]&lt;br /&gt;
## [[Concepts/Basics of displaying molecules]]&lt;br /&gt;
### [[Cartoon Representations]]&lt;br /&gt;
### [[Rendering molecules]]&lt;br /&gt;
#### [[Coloring molecules]]&lt;br /&gt;
#### [[Displaying biochemical properties]]&lt;br /&gt;
## [[:Category:Commands|Command Language]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
### [[Scenes]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
### [[Structure Alignment Editor]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
## [[Some kind of &amp;quot;script collection&amp;quot; would be very useful]]&lt;br /&gt;
# [[Plugins]]&lt;br /&gt;
## [[List of Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6311</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6311"/>
		<updated>2005-02-17T16:51:08Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6310</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6310"/>
		<updated>2005-02-17T16:50:11Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands alias|alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6309</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6309"/>
		<updated>2005-02-17T16:49:09Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6308</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6308"/>
		<updated>2005-02-17T16:48:12Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands alias]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4437</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4437"/>
		<updated>2005-02-17T16:47:10Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Smoothing out the edges:  Editors are needed just to fix our typos!&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Graphics]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
# [[Basic Usage (controls, rendering, selections)]]&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Interface]]&lt;br /&gt;
### [[Mouse Controls]]&lt;br /&gt;
## [[Atom Selections]]&lt;br /&gt;
## [[Concepts/Basics of displaying molecules]]&lt;br /&gt;
### [[Cartoon Representations]]&lt;br /&gt;
### [[Rendering molecules]]&lt;br /&gt;
#### [[Coloring molecules]]&lt;br /&gt;
#### [[Displaying biochemical properties]]&lt;br /&gt;
## [[:Commands|Command Language]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
### [[Scenes]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
### [[Structure Alignment Editor]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
## [[Some kind of &amp;quot;script collection&amp;quot; would be very useful]]&lt;br /&gt;
# [[Plugins]]&lt;br /&gt;
## [[List of Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Alias&amp;diff=6307</id>
		<title>Alias</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Alias&amp;diff=6307"/>
		<updated>2005-02-17T16:46:27Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DESCRIPTION&lt;br /&gt;
&lt;br /&gt;
   &amp;quot;alias&amp;quot; allows you to bind a commonly used command to a single PyMOL keyword.&lt;br /&gt;
&lt;br /&gt;
USAGE&lt;br /&gt;
&lt;br /&gt;
   alias name, command-sequence&lt;br /&gt;
&lt;br /&gt;
PYMOL API&lt;br /&gt;
&lt;br /&gt;
   cmd.alias(string name,string command)&lt;br /&gt;
&lt;br /&gt;
EXAMPLES&lt;br /&gt;
&lt;br /&gt;
   alias go,load $TUT/1hpv.pdb; zoom 200/; show sticks, 200/ around 8&lt;br /&gt;
   go&lt;br /&gt;
&lt;br /&gt;
NOTES&lt;br /&gt;
&lt;br /&gt;
   For security reasons, new PyMOL commands created using &amp;quot;extend&amp;quot; are&lt;br /&gt;
   not saved or restored in sessions.&lt;br /&gt;
&lt;br /&gt;
SEE ALSO&lt;br /&gt;
&lt;br /&gt;
   extend, api&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4436</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Main_Page&amp;diff=4436"/>
		<updated>2005-02-17T16:44:09Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: /* Layout Schema */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PyMol Wiki Home ==&lt;br /&gt;
You have reached the (new) home of the PyMolWiki, a user-driven web-oriented CMS.&lt;br /&gt;
&lt;br /&gt;
=== Helping ===&lt;br /&gt;
If you feel like helping out, please login and get to work.  :-)  For design/layout purposes you must be logged in to edit pages.  We now need people to assist with&lt;br /&gt;
&lt;br /&gt;
* Wiki schema/design/organization: Below you'll find the current layout design&lt;br /&gt;
* Graphic design and CSS layout: We need logos, BG images and CSS layout&lt;br /&gt;
* Importing the email list content:  We have (lots) of email to sift through, extract data from and import into the Wiki&lt;br /&gt;
* Smoothing out the edges:  Editors are needed just to fix our typos!&lt;br /&gt;
* Etc...&lt;br /&gt;
&lt;br /&gt;
=== Editors Needed ===&lt;br /&gt;
If you feel you have the time to help import data into the PyMol wiki, please email [[User:Tree|Tree]].&lt;br /&gt;
&lt;br /&gt;
We need your help.  So join today &amp;amp; happy editing!&lt;br /&gt;
&lt;br /&gt;
[[User:Tree|Tree]]&lt;br /&gt;
== Section Layout ==&lt;br /&gt;
Please do not ADD any content to the site yet.  Just Organize the following list as logically as possible.  Here's my first go at it.&lt;br /&gt;
&lt;br /&gt;
=== Layout Schema ===&lt;br /&gt;
# [[Technical Issues]] (installation, hardware)&lt;br /&gt;
## [[Installation]]&lt;br /&gt;
### [[OS Dependent]]&lt;br /&gt;
#### [[Linux]]&lt;br /&gt;
#### [[MAC]]&lt;br /&gt;
#### [[Windows]]&lt;br /&gt;
# [[Graphics]]&lt;br /&gt;
## [[Stereo 3D Display]]&lt;br /&gt;
### [[Hardware Options]]&lt;br /&gt;
### [[Linux XFree86 Configuration]]&lt;br /&gt;
# [[Basic Usage (controls, rendering, selections)]]&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Interface]]&lt;br /&gt;
### [[Mouse Controls]]&lt;br /&gt;
## [[Atom Selections]]&lt;br /&gt;
## [[Concepts/Basics of displaying molecules]]&lt;br /&gt;
### [[Cartoon Representations]]&lt;br /&gt;
### [[Rendering molecules]]&lt;br /&gt;
#### [[Coloring molecules]]&lt;br /&gt;
#### [[Displaying biochemical properties]]&lt;br /&gt;
## [[:Category:Commands|Command Language]]&lt;br /&gt;
## [[Ray-tracing]]&lt;br /&gt;
## [[Movies and Animations]]&lt;br /&gt;
### [[Scenes]]&lt;br /&gt;
## [[Settings Reference (all settings and what they do)]]&lt;br /&gt;
## [[Structure Alignment]]&lt;br /&gt;
### [[Structure Alignment Editor]]&lt;br /&gt;
# [[Advanced Issues]] (Ray tracing, settings)&lt;br /&gt;
## [[Launching PyMOL (has been asked often)]]&lt;br /&gt;
## [[Advanced Atom Selections]]&lt;br /&gt;
## [[Modeling and editing structures.]]&lt;br /&gt;
### [[Editing atoms]]&lt;br /&gt;
### [[Molecular sculpting]]&lt;br /&gt;
### [[Homology modeling]]&lt;br /&gt;
## [[Image Manipulation]]&lt;br /&gt;
### [[labels]]&lt;br /&gt;
### [[Photoshop/GIMP]]&lt;br /&gt;
### [[Stereo Figures]]&lt;br /&gt;
### [[Creating publication-quality images HOWTO]]&lt;br /&gt;
# [[Scripting]]&lt;br /&gt;
## [[Script Library]]&lt;br /&gt;
## [[Some kind of &amp;quot;script collection&amp;quot; would be very useful]]&lt;br /&gt;
# [[Plugins]]&lt;br /&gt;
## [[List of Plugins]]&lt;br /&gt;
## [[How to do electrostatics and energy minimization.]]&lt;br /&gt;
### [[APBS Plugin]]&lt;br /&gt;
## [[rtools Plugin]]&lt;br /&gt;
## [[Tutorial on writing plugins]]&lt;br /&gt;
## [[Others]]&lt;br /&gt;
# [[High-level applications]] (Crystallography, NMR)&lt;br /&gt;
## [[Crystallography Applications]]&lt;br /&gt;
### [[Symmetry]]&lt;br /&gt;
### [[Electron Density]]&lt;br /&gt;
## [[NMR Applications]]&lt;br /&gt;
### [[Working with a Family of Structures]]&lt;br /&gt;
### [[Superimposition and RMSD]]&lt;br /&gt;
### [[NMR Restraints Analysis]]&lt;br /&gt;
# [[3rd Party Software]]&lt;br /&gt;
## [[3rd Party Applications]]&lt;br /&gt;
### [[Movies]]&lt;br /&gt;
### [[Codecs]]&lt;br /&gt;
# [[Python Integration]]&lt;br /&gt;
# [[Using PyMol For Unintended Uses]] (OpenGL Object Renderer)&lt;br /&gt;
## [[Arbitrary Graphics Objects]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Tree|Tree]] 02:09, 16 Feb 2005 (CST)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Cmoad&amp;diff=3246</id>
		<title>User:Cmoad</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Cmoad&amp;diff=3246"/>
		<updated>2005-02-17T16:36:33Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==whoami==&lt;br /&gt;
 Charles Moad&lt;br /&gt;
 Research Associate&lt;br /&gt;
 [http://sda.iu.edu Scientific Data Analysis Lab]&lt;br /&gt;
 [http://ptl.iu.edu Pervasive Technology Labs]&lt;br /&gt;
 [http://www.indiana.edu Indiana University]&lt;br /&gt;
&lt;br /&gt;
[[User:Cmoad|Charlie]] 10:36, 17 Feb 2005 (CST)&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Cmoad&amp;diff=3245</id>
		<title>User:Cmoad</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Cmoad&amp;diff=3245"/>
		<updated>2005-02-17T16:31:26Z</updated>

		<summary type="html">&lt;p&gt;Cmoad: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==whoami==&lt;br /&gt;
 Charles Moad&lt;br /&gt;
 Research Associate&lt;br /&gt;
 [http://sda.iu.edu Scientific Data Analysis Lab]&lt;br /&gt;
 [http://ptl.iu.edu Pervasive Technology Labs]&lt;br /&gt;
 [http://www.indiana.edu Indiana University]&lt;/div&gt;</summary>
		<author><name>Cmoad</name></author>
	</entry>
</feed>