Author: bugman
Date: Thu Sep 25 10:24:12 2014
New Revision: 26027

URL: http://svn.gna.org/viewcvs/relax?rev=26027&view=rev
Log:
The frame order auto-analysis now calls the summarise() function at the end to 
create a summary table.


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=26027&r1=26026&r2=26027&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Thu Sep 25 
10:24:12 2014
@@ -351,6 +351,9 @@
             # Visualisation of the final results.
             self.visualisation(model='final')
 
+            # Create a summary file.
+            summarise(dir=self.results_dir, force=True)
+
         # Clean up.
         finally:
             # Finish and unlock execution.


_______________________________________________
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

Reply via email to