[BioRuby-cvs] bioruby/doc Changes-0.7.rd,1.4,1.5

Katayama Toshiaki k at pub.open-bio.org
Wed Nov 9 02:15:44 EST 2005


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

Modified Files:
	Changes-0.7.rd 
Log Message:
* Bio::KEGG::GENES#dblinks method is changed to return a Hash of Array of
  IDs instead of a Hash of String.


Index: Changes-0.7.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Changes-0.7.rd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Changes-0.7.rd	5 Nov 2005 10:21:47 -0000	1.4
--- Changes-0.7.rd	9 Nov 2005 07:15:42 -0000	1.5
***************
*** 90,93 ****
--- 90,112 ----
    the number of the edge objects.
  
+ --- Bio::GenBank::Common
+ 
+ * lib/bio/db/genbank/common.rb is removed.
+ 
+ Renamed to Bio::NCBIDB::Common for the simple autoload dependency.
+ 
+ --- Bio::EMBL::Common
+ 
+ * lib/bio/db/embl/common.rb is removed.
+ 
+ Renamed to Bio::EMBLDB::Common for the simple autoload dependency.
+ 
+ --- Bio::KEGG::GENES
+ 
+ * lib/bio/db/kegg/genes.rb
+ 
+ linkdb method is changed to return a Hash of an Array of entry IDs
+ instead of a Hash of a entry ID string.
+ 
  === Deleted files
  



More information about the bioruby-cvs mailing list