mailr25806 - /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 September 12, 2014 - 17:21:
Author: bugman
Date: Fri Sep 12 17:21:08 2014
New Revision: 25806

URL: http://svn.gna.org/viewcvs/relax?rev=25806&view=rev
Log:
Fix for the axis permutation protocol in the frame order auto-analysis.

If a results file was found for one of the permutations, a return from the 
function would occur.
The result is that the other permutations would not be loaded or optimised.


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=25806&r1=25805&r2=25806&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Fri Sep 12 
17:21:08 2014
@@ -202,8 +202,8 @@
                 # The PDB representation of the model and visualisation 
script (in case this was not completed correctly).
                 self.visualisation(model=perm_model)
 
-                # Exit the function.
-                return
+                # Jump to the next permutation.
+                continue
 
             # Copy the data pipe, and add it to the list so it is included 
in the model selection.
             self.interpreter.pipe.copy(pipe_from=self.pipe_name_dict[model], 
pipe_to=self.pipe_name_dict[perm_model])




Related Messages


Powered by MHonArc, Updated Fri Sep 12 17:40:02 2014