mailr18021 - /branches/frame_order_testing/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 November 23, 2012 - 15:18:
Author: bugman
Date: Fri Nov 23 15:18:40 2012
New Revision: 18021

URL: http://svn.gna.org/viewcvs/relax?rev=18021&view=rev
Log:
Bug fix for the frame order auto-analysis - the cone PDB files were being 
placed in the wrong directories.


Modified:
    branches/frame_order_testing/auto_analyses/frame_order.py

Modified: branches/frame_order_testing/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/auto_analyses/frame_order.py?rev=18021&r1=18020&r2=18021&view=diff
==============================================================================
--- branches/frame_order_testing/auto_analyses/frame_order.py (original)
+++ branches/frame_order_testing/auto_analyses/frame_order.py Fri Nov 23 
15:18:40 2012
@@ -515,14 +515,14 @@
 
         # Loop over all models.
         for pipe_name in self.models.values() + ['final']:
+            # Switch to the data pipe.
+            self.interpreter.pipe.switch(pipe_name)
+
             # The directory to place files into.
             if pipe_name == 'final':
                 results_dir = pipe_name
             else:
                 results_dir = cdp.model
-
-            # Switch to the data pipe.
-            self.interpreter.pipe.switch(pipe_name)
 
             # Create a PDB file representation of the motions.
             if cdp.model != 'rigid':




Related Messages


Powered by MHonArc, Updated Fri Nov 23 15:20:01 2012