PDB格式和MOL2格式
(2012-03-05 20:55:31)
标签:
pdbmol2格式python杂谈 |
分类: 分子模拟 |
说明 http://www.wwpdb.org/format/sect1.html
COLUMNS对齐 DATA TYPE FIELD DEFINITION -------------------------------------------------------------------------------------
1 -6 左 Record name "ATOM "
7 - 11右 Integer serial Atom serial number.
13 - 16左 Atom name Atom name. 若元素名为双则左靠,单(H,C)则空一格再左靠
17Character altLoc Alternate location indicator.
18 - 20Residue name resName Residue name.
22Character chainID Chain identifier.
23 - 26右 Integer resSeq Residue sequence number.
27AChar iCode Code for insertion of residues.
31 - 38右 Real(8.3) x Orthogonal coordinates for X in Angstroms.
39 - 46Real(8.3) y Orthogonal coordinates for Y in Angstroms.
47 - 54Real(8.3) z Orthogonal coordinates for Z in Angstroms.
55 - 60右 Real(6.2) occupancy Occupancy.
61 - 66右 Real(6.2) tempFactor Temperature factor.
77 - 78右 LString(2) element Element symbol, right-justified.
79 - 80

加载中…