lib/bio/db/pdb/pdb.rb in bio-1.4.3.0001 vs lib/bio/db/pdb/pdb.rb in bio-1.5.0
- old
+ new
@@ -606,11 +606,11 @@
[ 50, 70, Pdb_LString, :conflict ]
)
# SEQRES record class
SEQRES =
- def_rec(#[ 9, 10, Pdb_Integer, :serNum ],
- [ 9, 10, Pdb_Continuation, nil ],
+ def_rec(#[ 8, 10, Pdb_Integer, :serNum ],
+ [ 8, 10, Pdb_Continuation, nil ], # PDB v3.2 (2008)
[ 12, 12, Pdb_Character, :chainID ],
[ 14, 17, Pdb_Integer, :numRes ],
[ 20, 22, Pdb_Residue_name, :resName ],
[ 24, 26, Pdb_Residue_name, :resName ],
[ 28, 30, Pdb_Residue_name, :resName ],