mailr26027 - /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 25, 2014 - 10:24:
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.




Related Messages


Powered by MHonArc, Updated Thu Sep 25 10:40:06 2014