<?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=Zachcp</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=Zachcp"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Zachcp"/>
	<updated>2026-04-26T13:59:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4944</id>
		<title>User:Zachcp</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4944"/>
		<updated>2010-05-26T02:19:12Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A video I made using pymol for the molecular graphics: [http://www.youtube.com/watch?v=oCRJ4r0RDC4 PCR Rap]&lt;br /&gt;
&lt;br /&gt;
Another video made for the Think Free Project. All of the molecular images are made in Pymol. [http://www.youtube.com/watch?v=eQWw6x3fLF0 Think Free]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Another video about the practice of structural biology. Many of the images are from Pymol. [http://www.youtube.com/watch?v=LVZJsBNLjV0 The Structural Biology Rap]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Copy&amp;diff=5243</id>
		<title>Copy</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Copy&amp;diff=5243"/>
		<updated>2010-02-24T23:57:13Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: /* User Comments/Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
'''copy''' creates a new object that is an identical copy of an existing object&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
copy target, source&lt;br /&gt;
copy target = source         # (DEPRECATED)&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.copy(string target,string source)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[Create|create]]&lt;br /&gt;
&lt;br /&gt;
===User Comments/Examples===&lt;br /&gt;
[[Category:Commands|Copy]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
## will copy the object &amp;quot;trna&amp;quot; into six new objects with a number suffic&lt;br /&gt;
s = range(6)&lt;br /&gt;
for x in s:&lt;br /&gt;
	cmd.copy(&amp;quot;trna%s&amp;quot; %x, &amp;quot;trna&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4943</id>
		<title>User:Zachcp</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4943"/>
		<updated>2010-01-13T19:35:32Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A video I made using pymol for the molecular graphics: [http://www.youtube.com/watch?v=oCRJ4r0RDC4 PCR Rap]&lt;br /&gt;
&lt;br /&gt;
Another video made for the Think Free Project. All of the molecular images are made in Pymol. [http://www.youtube.com/watch?v=eQWw6x3fLF0 Think Free]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4942</id>
		<title>User:Zachcp</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Zachcp&amp;diff=4942"/>
		<updated>2009-11-18T15:00:52Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: Created page with 'A video I made using pymol for the molecular graphics: [http://www.youtube.com/watch?v=oCRJ4r0RDC4 PCR Rap]'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A video I made using pymol for the molecular graphics: [http://www.youtube.com/watch?v=oCRJ4r0RDC4 PCR Rap]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Mset&amp;diff=12795</id>
		<title>Mset</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Mset&amp;diff=12795"/>
		<updated>2009-07-05T21:13:47Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: /* EXAMPLES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
'''mset''' sets up a relationship between molecular states and movie frames.  This makes it possible to control which states are shown in which frame.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 mset specification [ ,frame ]&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.mset( string specification [, int frame] )&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 mset 1         // simplest case, one state -&amp;gt; one frame&lt;br /&gt;
 mset 1 x10     // ten frames, all corresponding to state 1&lt;br /&gt;
 mset 1 x30 1 -15 15 x30 15 -1&lt;br /&gt;
   // more realistic example:&lt;br /&gt;
   // the first thirty frames are state 1&lt;br /&gt;
   // the next 15 frames pass through states 1-15&lt;br /&gt;
   // the next 30 frames are of state 15&lt;br /&gt;
   // the next 15 frames iterate back to state 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
 cmd.mset(&amp;quot;1 -%d&amp;quot; % cmd.count_states())&lt;br /&gt;
  // this will create a one-to-one mapping of states to movie frames. useful for making movies from trajectory files. &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[Cmd mdo]], [[Cmd mplay]], [[Cmd mclear]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Mset]]&lt;br /&gt;
[[Category:States|Mset]]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Load_Traj&amp;diff=6808</id>
		<title>Load Traj</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Load_Traj&amp;diff=6808"/>
		<updated>2009-07-05T21:12:04Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: /* NOTES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION===&lt;br /&gt;
'''load_traj''' reads trajectory files (currently just AMBER files).  The file extension is used to determine the format.  AMBER files must end in &amp;quot;.trj&amp;quot; &lt;br /&gt;
&lt;br /&gt;
In newer builds of PyMOL (namely, version 1.0 or newer), several additional formats are accepted.  CHARMM trajectories (&amp;quot;.dcd&amp;quot;) are also valid files and only require a structure to be loaded first while the trajectory file gets loaded as sequential states into the associated object.  However, it should be noted that, unless the [[defer_builds_mode]] is set (to 3), loading a large trajectory may take up a lot of RAM.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
load_traj filename [,object [,state [,format [,interval [,average ]&lt;br /&gt;
                   [,start [,stop [,max [,selection [,image [,shift &lt;br /&gt;
                   ]]]]]]]]]&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.load_traj(filename,object='',state=0,format='',interval=1,&lt;br /&gt;
           average=1,start=1,stop=-1,max=-1,selection='all',image=1,&lt;br /&gt;
           shift=&amp;quot;[0.0,0.0,0.0]&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
*You must first load a corresponding topology file before attempting to load a trajectory file.&lt;br /&gt;
*PyMOL does not know how to wrap the truncated octahedron used by Amber You will need to use the [http://amber.scripps.edu/tutorials/basic/tutorial5/index.html ptraj] program first to do this.&lt;br /&gt;
*The average option is not a running average.  To perform this type of average, use the [[smooth]] command after loading the trajectory file.&lt;br /&gt;
*For quickly viewing Trajectories as a movie, use the [[mset]] command to map each state to a movie frame.&lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
[[Load]], [[defer_builds_mode]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Load Traj]]&lt;br /&gt;
[[Category:Performance|Load Traj]]&lt;br /&gt;
[[Category:States|Load Traj]]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Select&amp;diff=9702</id>
		<title>Select</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Select&amp;diff=9702"/>
		<updated>2009-06-29T14:28:37Z</updated>

		<summary type="html">&lt;p&gt;Zachcp: /* EXAMPLES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===DESCRIPTION=== &lt;br /&gt;
'''select''' creates a named selection from an atom selection.  Selections are one of the most powerful aspects of PyMOL and learning to use selections well is paramount to quickly achieving your goals in PyMOL.&lt;br /&gt;
&lt;br /&gt;
===USAGE===&lt;br /&gt;
 select (selection)&lt;br /&gt;
 select name, (selection)&lt;br /&gt;
 select name = (selection)            # (DEPRECATED)&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.select(string name, string selection)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===EXAMPLES===&lt;br /&gt;
 select near , (ll expand 8)&lt;br /&gt;
 select near , (ll expand 8)&lt;br /&gt;
 select bb, (name ca,n,c,o )&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.select(&amp;quot;%s_%s&amp;quot;%(prefix,stretch), &amp;quot;none&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===NOTES===&lt;br /&gt;
Type '''help selections''' for more information about selections. &lt;br /&gt;
&lt;br /&gt;
===SEE ALSO===&lt;br /&gt;
*[[Selection Algebra]]&lt;br /&gt;
*[[Property Selectors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands|Select]]&lt;br /&gt;
[[Category:Selecting|Select]]&lt;/div&gt;</summary>
		<author><name>Zachcp</name></author>
	</entry>
</feed>