mailr27378 - /trunk/test_suite/system_tests/structure.py


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

Header


Content

Posted by edward on January 30, 2015 - 09:36:
Author: bugman
Date: Fri Jan 30 09:36:46 2015
New Revision: 27378

URL: http://svn.gna.org/viewcvs/relax?rev=27378&view=rev
Log:
Modified the Structure.test_align_molecules_end_truncation system test.

The calmodulin bound calciums are now deleted prior to the structure.align 
user function call.  This
prevents these being labelled as '*' residues and aligning with real amino 
acids via the central
star multiple sequence alignment (MSA) algorithm.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=27378&r1=27377&r2=27378&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Fri Jan 30 09:36:46 2015
@@ -397,6 +397,7 @@
         self.interpreter.structure.delete(atom_id="#CaM A:60-100")
         self.interpreter.structure.delete(atom_id="#CaM C:1-3")
         self.interpreter.structure.delete(atom_id="#CaM C:75-100")
+        self.interpreter.structure.delete(atom_id=":1000-1001")
 
         # Copy the data pipe for late comparison.
         self.interpreter.pipe.copy('mf', 'comp')




Related Messages


Powered by MHonArc, Updated Fri Jan 30 10:00:04 2015