mailr26484 - /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py


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

Header


Content

Posted by edward on November 10, 2014 - 16:16:
Author: bugman
Date: Mon Nov 10 16:16:54 2014
New Revision: 26484

URL: http://svn.gna.org/viewcvs/relax?rev=26484&view=rev
Log:
Bug fix for the frame_order.simulate user function.

The incorrect model number was being specified and hence the simulation was 
not starting from the
optimised average domain position but rather the arbitrary position of the 
original structure.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/uf.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=26484&r1=26483&r2=26484&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Mon 
Nov 10 16:16:54 2014
@@ -435,7 +435,7 @@
         pivot[i] = generate_pivot(order=i+1, pdb_limit=True)
 
     # Shift to the average position.
-    average_position(structure=structure, models=[1])
+    average_position(structure=structure, models=[None])
 
     # The motional eigenframe.
     frame = generate_axis_system()




Related Messages


Powered by MHonArc, Updated Mon Nov 10 16:20:02 2014