Skip to content

Commit bfc3fa7

Browse files
authored
Update pdb.rst
1 parent 63eee24 commit bfc3fa7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • doc/source/formats/reference

doc/source/formats/reference/pdb.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,18 @@ PDB specification
9898
47 - 54 Real(8.3) z Orthogonal coordinates for Z in Angstroms.
9999
55 - 60 Real(6.2) occupancy Occupancy.
100100
61 - 66 Real(6.2) tempFactor Temperature factor.
101-
67 - 72 (not used in the official PDB format*1)
102-
73 - 76 String segID (unofficial PDB format*2)
101+
67 - 72 (not used in the official PDB format)
102+
73 - 76 String segID (unofficial PDB format)
103103
77 - 78 LString(2) element Element symbol, right-justified.
104104
79 - 80 LString(2) charge Charge on the atom.
105105
============= ============ =========== =============================================
106106

107-
*1(version change since 2.10.0) The columns 67-72 are not used by MDAnalysis since version 2.10.0.
107+
.. versionchanged:: 2.10.0
108+
The columns 67-72 are not read by MDAnalysis since version 2.10.0.
108109

109-
*2(version change since 2.10.0) The columns 73-76 are not part of the official PDB format but are used by some programs to store/operate the segment ID. For instance, Chimera_ assigns it as the attribute `pdbSegment` to allow command-line specification.
110+
.. note::
111+
The columns 73-76 are not part of the official PDB format but are used by some programs to store/operate
112+
the segment ID. For instance, Chimera_ assigns it as the attribute *pdbSegment*.
110113

111114
.. _Chimera:
112115
https://www.cgl.ucsf.edu/chimera/docs/UsersGuide/tutorials/pdbintro.html#note6

0 commit comments

Comments
 (0)