mailr16870 - /branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py


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

Header


Content

Posted by edward on June 11, 2012 - 22:26:
Author: bugman
Date: Mon Jun 11 22:26:03 2012
New Revision: 16870

URL: http://svn.gna.org/viewcvs/relax?rev=16870&view=rev
Log:
Updated another N-state model system test script to the new rdc.read 
interatomic data design.


Modified:
    
branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py

Modified: 
branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py?rev=16870&r1=16869&r2=16870&view=diff
==============================================================================
--- 
branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py
 (original)
+++ 
branches/interatomic/test_suite/system_tests/scripts/n_state_model/rdc_tensor.py
 Mon Jun 11 22:26:03 2012
@@ -32,7 +32,7 @@
 self._execute_uf('1H', 'proton_type', uf_name='value.set')
 
 # RDCs.
-self._execute_uf(uf_name='rdc.read', align_id=tag, file='rdc_dy', 
dir=DATA_PATH, res_num_col=1, spin_name_col=2, data_col=3, error_col=4, 
neg_g_corr=True)
+self._execute_uf(uf_name='rdc.read', align_id=tag, file='rdc_dy', 
dir=DATA_PATH, spin_id1_col=1, spin_id2_col=2, data_col=3, error_col=4, 
neg_g_corr=True)
 
 # Set up the model.
 self._execute_uf(uf_name='n_state_model.select_model', model='fixed')




Related Messages


Powered by MHonArc, Updated Mon Jun 11 22:40:02 2012