mailr27323 - /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 27, 2015 - 10:51:
Author: bugman
Date: Tue Jan 27 10:51:34 2015
New Revision: 27323

URL: http://svn.gna.org/viewcvs/relax?rev=27323&view=rev
Log:
Updated the Structure.test_metadata_xml system test for the changed PDB 
metadata handling.

The helix and sheets IDs are now molecule indices.


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=27323&r1=27322&r2=27323&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Tue Jan 27 10:51:34 2015
@@ -3657,11 +3657,11 @@
 
         # What the data should look like.
         helices = [
-            ['H1', 'A', 'ILE', 23, 'A', 'GLU', 34, 1, 12]
+            ['H1', 0, 'ILE', 23, 0, 'GLU', 34, 1, 12]
         ]
         sheets = [
-            [1, 'BET', 5, 'GLY', 'A', 10, None, 'VAL', 'A', 17, None, 0, 
None, None, None, None, None, None, None, None, None, None],
-            [2, 'BET', 5, 'MET', 'A', 1, None, 'THR', 'A', 7, None, -1, 
None, None, None, None, None, None, None, None, None, None]
+            [1, 'BET', 5, 'GLY', 0, 10, None, 'VAL', 0, 17, None, 0, None, 
None, None, None, None, None, None, None, None, None],
+            [2, 'BET', 5, 'MET', 0, 1, None, 'THR', 0, 7, None, -1, None, 
None, None, None, None, None, None, None, None, None]
         ]
 
         # Check the helix data.




Related Messages


Powered by MHonArc, Updated Tue Jan 27 11:00:04 2015