mailr14774 - /1.3/gui/results_viewer.py


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

Header


Content

Posted by edward on October 04, 2011 - 15:21:
Author: bugman
Date: Tue Oct  4 15:21:21 2011
New Revision: 14774

URL: http://svn.gna.org/viewcvs/relax?rev=14774&view=rev
Log:
The diffusion tensor PDB in the results viewer is now launched by synchronous 
pymol user function calls.

This prevents the RelaxError appearing 3 times when PyMOL cannot be found.


Modified:
    1.3/gui/results_viewer.py

Modified: 1.3/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/results_viewer.py?rev=14774&r1=14773&r2=14774&view=diff
==============================================================================
--- 1.3/gui/results_viewer.py (original)
+++ 1.3/gui/results_viewer.py Tue Oct  4 15:21:21 2011
@@ -263,9 +263,9 @@
 
             # Diffusion tensor PDB.
             elif type == 'diff_tensor_pdb':
-                interpreter.queue('pymol.view')
-                interpreter.queue('pymol.cartoon')
-                interpreter.queue('pymol.tensor_pdb', file=file)
+                interpreter.apply('pymol.view')
+                interpreter.apply('pymol.cartoon')
+                interpreter.apply('pymol.tensor_pdb', file=file)
 
             # A special table.
             elif type == 'Table_of_Results':




Related Messages


Powered by MHonArc, Updated Tue Oct 04 16:20:01 2011