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
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits