mailr8632 - /branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py


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

Header


Content

Posted by edward on January 23, 2009 - 15:55:
Author: bugman
Date: Fri Jan 23 15:55:28 2009
New Revision: 8632

URL: http://svn.gna.org/viewcvs/relax?rev=8632&view=rev
Log:
Fix for the lactose N-state model system test.

The tag structures are now all named the same things, as they are a series of 
models.


Modified:
    
branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py

Modified: 
branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py?rev=8632&r1=8631&r2=8632&view=diff
==============================================================================
--- 
branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py 
(original)
+++ 
branches/multi_structure/test_suite/system_tests/scripts/lactose_n_state.py 
Fri Jan 23 15:55:28 2009
@@ -63,7 +63,7 @@
 # Load all the tag structures.
 NUM_TAG = 10
 for i in range(NUM_TAG):
-    structure.read_pdb(file='tag_MCMM4_'+`i+1`, dir=str_path, 
parser='internal', set_model_num=i+1)
+    structure.read_pdb(file='tag_MCMM4_'+`i+1`, dir=str_path, 
parser='internal', set_model_num=i+1, set_mol_name='tag')
 
 # Switch back to the main analysis data pipe.
 pipe.switch('lactose')




Related Messages


Powered by MHonArc, Updated Fri Jan 23 17:00:03 2009