[BioRuby-cvs] bioruby/lib/bio/db pdb.rb,1.5,1.6

Naohisa Goto ngoto at pub.open-bio.org
Sun Jan 29 06:54:15 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/db
In directory pub.open-bio.org:/tmp/cvs-serv7939/db

Modified Files:
	pdb.rb 
Log Message:
* In lib/bio/db/pdb/chemicalcomponent.rb, added a new class Bio::PDB::ChemicalComponent to parse the PDB Chemical Component Dictionary (PDB style format).
* Added file format autodetection for Bio::PDB::ChemicalComponent.
* Added flatfile indexer for Bio::PDB::ChemicalComponent.


Index: pdb.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/pdb.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pdb.rb	16 Dec 2005 19:23:03 -0000	1.5
--- pdb.rb	29 Jan 2006 06:54:13 -0000	1.6
***************
*** 26,29 ****
--- 26,32 ----
  module Bio
    class PDB #< DB
+ 
+     autoload :ChemicalComponent, 'bio/db/pdb/chemicalcomponent'
+ 
    end #class PDB
  end #module Bio




More information about the bioruby-cvs mailing list