mailr5419 - /1.3/generic_fns/pymol.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 08, 2008 - 11:49:
Author: bugman
Date: Tue Apr  8 11:49:58 2008
New Revision: 5419

URL: http://svn.gna.org/viewcvs/relax?rev=5419&view=rev
Log:
The average CoM-pivot point vector is now labelled in PyMOL.


Modified:
    1.3/generic_fns/pymol.py

Modified: 1.3/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pymol.py?rev=5419&r1=5418&r2=5419&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Tue Apr  8 11:49:58 2008
@@ -192,6 +192,15 @@
 
     # Colour it blue.
     pymol.pipe_write("color cyan, 'sele'")
+
+    # Select the atom used for labelling.
+    pymol.pipe_write("select (resn AVE and symbol N)")
+
+    # Hide the atom.
+    pymol.pipe_write("hide ('sele')")
+
+    # Label using the atom name.
+    pymol.pipe_write("cmd.label(\"sele\",\"name\")")
 
 
     # The cone object.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 12:40:10 2008