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()
_______________________________________________
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