mailr14185 - /1.3/auto_analyses/dauvergne_protocol.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 05, 2011 - 15:50:
Author: bugman
Date: Fri Aug  5 15:50:37 2011
New Revision: 14185

URL: http://svn.gna.org/viewcvs/relax?rev=14185&view=rev
Log:
Fix for the round determination in the dauvergne_protocol auto-analysis.

The 'opt' directory was missing in the path.


Modified:
    1.3/auto_analyses/dauvergne_protocol.py

Modified: 1.3/auto_analyses/dauvergne_protocol.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/auto_analyses/dauvergne_protocol.py?rev=14185&r1=14184&r2=14185&view=diff
==============================================================================
--- 1.3/auto_analyses/dauvergne_protocol.py (original)
+++ 1.3/auto_analyses/dauvergne_protocol.py Fri Aug  5 15:50:37 2011
@@ -524,7 +524,7 @@
             complete_round = i
 
             # The file root.
-            file_root = self.results_dir + sep + model + sep + "round_%i" %i 
+ sep + 'results'
+            file_root = self.results_dir + sep + model + sep + "round_%i" % 
i + sep + 'opt' + sep + 'results'
 
             # Stop looping when the opt/results file is found.
             if access(file_root + '.bz2', F_OK):




Related Messages


Powered by MHonArc, Updated Fri Aug 05 16:00:02 2011