mailr10975 - /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 March 11, 2010 - 11:46:
Author: bugman
Date: Thu Mar 11 11:46:06 2010
New Revision: 10975

URL: http://svn.gna.org/viewcvs/relax?rev=10975&view=rev
Log:
cone_pdb() now takes the new EDG residue for the cone edge into account.


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=10975&r1=10974&r2=10975&view=diff
==============================================================================
--- 1.3/generic_fns/pymol.py (original)
+++ 1.3/generic_fns/pymol.py Thu Mar 11 11:46:06 2010
@@ -236,7 +236,7 @@
     ##################
 
     # Select the CON residue.
-    pymol.pipe_write("select resn CON")
+    pymol.pipe_write("select (resn CON,EDG)")
 
     # Hide everything.
     pymol.pipe_write("hide ('sele')")




Related Messages


Powered by MHonArc, Updated Thu Mar 11 13:40:01 2010