mailr23635 - /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 June 04, 2014 - 13:57:
Author: bugman
Date: Wed Jun  4 13:56:59 2014
New Revision: 23635

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

The call to pymol.frame_order is now correct for the current version of this 
user function.


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=23635&r1=23634&r2=23635&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Wed Jun  4 
13:56:59 2014
@@ -568,7 +568,7 @@
         script.write("# PyMOL visualisation.\n")
         script.write("pymol.view()\n")
         script.write("pymol.command('show spheres')\n")
-        script.write("pymol.frame_order(file='frame_order.pdb', 
dist_file='frame_order_distribution.pdb')\n")
+        script.write("pymol.frame_order()\n")
 
         # Close the file.
         script.close()




Related Messages


Powered by MHonArc, Updated Wed Jun 04 14:00:02 2014