mailr5632 - /1.3/generic_fns/structure/internal_pdb.py


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

Header


Content

Posted by edward on April 13, 2008 - 19:18:
Author: bugman
Date: Sun Apr 13 19:12:03 2008
New Revision: 5632

URL: http://svn.gna.org/viewcvs/relax?rev=5632&view=rev
Log:
Epytext fix for the Internal_PDB class docstring.


Modified:
    1.3/generic_fns/structure/internal_pdb.py

Modified: 1.3/generic_fns/structure/internal_pdb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal_pdb.py?rev=5632&r1=5631&r2=5632&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal_pdb.py (original)
+++ 1.3/generic_fns/structure/internal_pdb.py Sun Apr 13 19:12:03 2008
@@ -36,18 +36,19 @@
     The structural data object for this class is a dictionary of arrays.  
The keys correspond to the
     'atom_id' strings.  The elements of the array are:
 
-        0:  Atom number.
-        1:  The record name (one of ATOM, HETATM, or TER).
-        2:  Atom name.
-        3:  Residue name.
-        4:  Chain ID.
-        5:  Residue number.
-        6:  The x coordinate of the atom.
-        7:  The y coordinate of the atom.
-        8:  The z coordinate of the atom.
-        9:  Segment ID.
-        10:  Element symbol.
-        11+:  The bonded atom numbers.
+        0.  Atom number.
+        1.  The record name (one of ATOM, HETATM, or TER).
+        2.  Atom name.
+        3.  Residue name.
+        4.  Chain ID.
+        5.  Residue number.
+        6.  The x coordinate of the atom.
+        7.  The y coordinate of the atom.
+        8.  The z coordinate of the atom.
+        9.  Segment ID.
+        10.  Element symbol.
+        11.  Bonded atom number 1.  Element 11 onwards correspond to the 
bonded atoms, this number
+             being unlimited.
     """
 
     # Identification string.




Related Messages


Powered by MHonArc, Updated Sun Apr 13 19:20:19 2008