mailr5417 - /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:42:
Author: bugman
Date: Tue Apr  8 11:42:44 2008
New Revision: 5417

URL: http://svn.gna.org/viewcvs/relax?rev=5417&view=rev
Log:
Modified the cone_pdb() function to decrease the bond widths.


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=5417&r1=5416&r2=5417&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Tue Apr  8 11:42:44 2008
@@ -208,6 +208,9 @@
 
     # Colour it white.
     pymol.pipe_write("color white, 'sele'")
+
+    # Shorten the stick width from 0.25 to 0.15.
+    pymol.pipe_write("set stick_radius,0.15000")
 
 
     # Clean up.




Related Messages


Powered by MHonArc, Updated Tue Apr 08 12:00:20 2008