mailr24499 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py


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

Header


Content

Posted by edward on July 09, 2014 - 17:19:
Author: bugman
Date: Wed Jul  9 17:19:52 2014
New Revision: 24499

URL: http://svn.gna.org/viewcvs/relax?rev=24499&view=rev
Log:
Modified the script for recreating the frame order PDB representation and 
displaying it in PyMOL.

The state loading, domain redefinition, and representation creation parts 
have all been removed, as
these will soon all be redundant as the frame order analysis for all models 
is being redone.  All
that remains are the pymol.frame_order() function calls for displaying all 
the representations.


Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py?rev=24499&r1=24498&r2=24499&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/represent_frame_order.py
        Wed Jul  9 17:19:52 2014
@@ -1,13 +1,3 @@
-# Load the final state.
-state.load('frame_order')
-
-# Define the domains.
-domain(id='N', spin_id="#N-dom")
-domain(id='C', spin_id="#C-dom")
-
-# Re-create the PDB representation (for debugging).
-frame_order.pdb_model(ave_pos='ave_pos', rep='frame_order', dist=None, 
compress_type=2, force=True)
-
 # PyMOL.
 pymol.frame_order(ave_pos='ave_pos_true', rep='frame_order_true', dist=None)
 pymol.frame_order(ave_pos='ave_pos_fixed_piv', rep='frame_order_fixed_piv', 
dist=None)




Related Messages


Powered by MHonArc, Updated Wed Jul 09 18:40:03 2014