mailr24805 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py


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

Header


Content

Posted by edward on July 29, 2014 - 14:06:
Author: bugman
Date: Tue Jul 29 14:06:14 2014
New Revision: 24805

URL: http://svn.gna.org/viewcvs/relax?rev=24805&view=rev
Log:
Fixes for the backend script of the Frame_order.test_auto_analysis system 
test.

This includes a missing import and the removal of a long ago deleted user 
function.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py?rev=24805&r1=24804&r2=24805&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      Tue Jul 29 14:06:14 2014
@@ -24,6 +24,7 @@
 
 # Python module imports.
 from numpy import array
+from os import sep
 from time import asctime, localtime
 
 # relax module imports.
@@ -181,10 +182,6 @@
 # Set the reference domain.
 frame_order.ref_domain('N')
 
-# Link the domains to the PDB files.
-frame_order.domain_to_pdb(domain='N', pdb='1J7O_1st_NH.pdb')
-frame_order.domain_to_pdb(domain='C', pdb='1J7P_1st_NH_rot.pdb')
-
 # Set the initial pivot point.
 pivot = array([ 37.254, 0.5, 16.7465])
 frame_order.pivot(pivot, fix=True)




Related Messages


Powered by MHonArc, Updated Tue Jul 29 14:20:03 2014