mailr24475 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on July 07, 2014 - 18:20:
Author: bugman
Date: Mon Jul  7 18:20:15 2014
New Revision: 24475

URL: http://svn.gna.org/viewcvs/relax?rev=24475&view=rev
Log:
Simplified the PyMOL visualisation relax script created by the frame order 
auto-analysis.

This now consists of a single pymol.frame_order user function call.  The 
other pymol user function
calls were unnecessary.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=24475&r1=24474&r2=24475&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Mon Jul  7 
18:20:15 2014
@@ -566,8 +566,6 @@
 
         # The script contents.
         script.write("# PyMOL visualisation.\n")
-        script.write("pymol.view()\n")
-        script.write("pymol.command('show spheres')\n")
         script.write("pymol.frame_order()\n")
 
         # Close the file.




Related Messages


Powered by MHonArc, Updated Tue Jul 08 11:40:02 2014