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') _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits