[BioRuby-cvs] bioruby/doc Changes-0.7.rd,1.20,1.21

Naohisa Goto ngoto at dev.open-bio.org
Mon Apr 23 16:03:27 UTC 2007


Update of /home/repository/bioruby/bioruby/doc
In directory dev.open-bio.org:/tmp/cvs-serv22990/doc

Modified Files:
	Changes-0.7.rd 
Log Message:
Bio::PDB::Residue#[] (and Bio::PDB::Heterogen#[]) are changed to use the
name field for selecting atoms, because the element field is not useful
for selecting atoms and is not used in many pdb files.
(reported by Alex Gutteridge in [BioRuby] Bio::PDB::Residue patch)


Index: Changes-0.7.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Changes-0.7.rd,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Changes-0.7.rd	21 Apr 2007 08:59:45 -0000	1.20
--- Changes-0.7.rd	23 Apr 2007 16:03:24 -0000	1.21
***************
*** 256,259 ****
--- 256,262 ----
    are also subject to the above changes, because Bio::PDB::HETATM inherits
    Bio::PDB::ATOM.
+ * Bio::PDB::Residue#[] and Bio::PDB::Heterogen#[] are changed to use the
+   name field for selecting atoms, because the element field is not useful
+   for selecting atoms and is not used in many pdb files.
  
  --- Bio::FlatFile




More information about the bioruby-cvs mailing list