mailr25726 - /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 10, 2014 - 08:46:
Author: bugman
Date: Wed Sep 10 08:46:29 2014
New Revision: 25726

URL: http://svn.gna.org/viewcvs/relax?rev=25726&view=rev
Log:
The axis permutation step in the frame order auto-analysis is now always 
performed.

If an old results file was found, this step was accidentally skipped.


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=25726&r1=25725&r2=25726&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Wed Sep 10 
08:46:29 2014
@@ -548,6 +548,10 @@
                 # The PDB representation of the model and visualisation 
script (in case this was not completed correctly).
                 self.visualisation(model=model)
 
+                # Perform the axis permutation analysis.
+                if model in [MODEL_PSEUDO_ELLIPSE, 
MODEL_PSEUDO_ELLIPSE_FREE_ROTOR, MODEL_PSEUDO_ELLIPSE_TORSIONLESS]:
+                    self.axis_permutation_analysis(model=model)
+
                 # Skip to the next model.
                 continue
 




Related Messages


Powered by MHonArc, Updated Wed Sep 10 09:40:01 2014