mailr6719 - /branches/rdc_analysis/generic_fns/structure/internal.py


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

Header


Content

Posted by edward on July 05, 2008 - 02:34:
Author: bugman
Date: Sat Jul  5 02:34:48 2008
New Revision: 6719

URL: http://svn.gna.org/viewcvs/relax?rev=6719&view=rev
Log:
Added a few initial remarks to the PDB file.


Modified:
    branches/rdc_analysis/generic_fns/structure/internal.py

Modified: branches/rdc_analysis/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/structure/internal.py?rev=6719&r1=6718&r2=6719&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/structure/internal.py (original)
+++ branches/rdc_analysis/generic_fns/structure/internal.py Sat Jul  5 
02:34:48 2008
@@ -691,6 +691,10 @@
         @type struct_index:     int
         """
 
+        # Write some initial remarks.
+        file.write("REMARK   4 THIS FILE COMPLIES WITH FORMAT V. 3.1, 
1-AUG-2007\n")
+        file.write("REMARK  40 CREATED BY RELAX (HTTP://NMR-RELAX.COM)\n")
+
         # Loop over the structures.
         for i in xrange(len(self.structural_data)):
             # Skip non-matching structures.




Related Messages


Powered by MHonArc, Updated Sat Jul 05 03:00:13 2008