mailr18870 - /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 March 19, 2013 - 11:09:
Author: bugman
Date: Tue Mar 19 11:09:17 2013
New Revision: 18870

URL: http://svn.gna.org/viewcvs/relax?rev=18870&view=rev
Log:
The Structure.test_read_write_pdb_1UBQ system test now checks for HELIX and 
SHEET records.

This is not implemented yet, but the idea is that the structure.read_pdb and 
structure.write_pdb
should preserve the helix and sheet information present in the original PDB 
and that the internal
structural object should store this information.


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=18870&r1=18869&r2=18870&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Tue Mar 19 11:09:17 2013
@@ -901,6 +901,9 @@
         real_data = [
             "REMARK   4 THIS FILE COMPLIES WITH FORMAT V. 3.30, JUL-2011.    
                \n",
             "REMARK  40 CREATED BY RELAX (HTTP://NMR-RELAX.COM).             
                \n",
+            "HELIX    1  H1 ILE A   23  GLU A   34  1                        
          12    \n",
+            "SHEET    1 BET 5 GLY A  10  VAL A  17  0                        
                \n",
+            "SHEET    2 BET 5 MET A   1  THR A   7 -1                        
                \n",
             "ATOM      1  N   MET A   1      27.340  24.430   2.614  1.00  
0.00           N  \n",
             "ATOM      2 CA   MET A   1      26.266  25.413   2.842  1.00  
0.00           C  \n",
             "ATOM      3  C   MET A   1      26.913  26.639   3.531  1.00  
0.00           C  \n",




Related Messages


Powered by MHonArc, Updated Tue Mar 19 11:20:03 2013