mailr18601 - /branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py


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

Header


Content

Posted by edward on March 03, 2013 - 14:34:
Author: bugman
Date: Sun Mar  3 14:34:59 2013
New Revision: 18601

URL: http://svn.gna.org/viewcvs/relax?rev=18601&view=rev
Log:
Fix for the full frame order analysis script in the test suite.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py?rev=18601&r1=18600&r2=18601&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/cam/full_analysis.py
 Sun Mar  3 14:34:59 2013
@@ -99,8 +99,8 @@
 structure.read_pdb('1J7P_1st_NH_rot.pdb', dir='..', set_mol_name='C-dom')
 
 # Set up the 15N and 1H spins.
-structure.load_spins(spin_id='@N', mol_name_target='CaM', ave_pos=False)
-structure.load_spins(spin_id='@H', mol_name_target='CaM', ave_pos=False)
+structure.load_spins(spin_id='@N', ave_pos=False)
+structure.load_spins(spin_id='@H', ave_pos=False)
 spin.isotope(isotope='15N', spin_id='@N')
 spin.isotope(isotope='1H', spin_id='@H')
 




Related Messages


Powered by MHonArc, Updated Sun Mar 03 14:40:01 2013