[BioRuby-cvs] bioruby/lib bio.rb,1.71,1.72
Naohisa Goto
ngoto at dev.open-bio.org
Wed Dec 13 16:29:39 UTC 2006
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv8729/lib
Modified Files:
bio.rb
Log Message:
Bio::PhylogeneticTree is renamed to Bio::Tree and
filenames are also renamed from phylogenetictree.rb to tree.rb and
from test_phylogenetictree.rb to test_tree.rb.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** bio.rb 13 Dec 2006 16:01:35 -0000 1.71
--- bio.rb 13 Dec 2006 16:29:36 -0000 1.72
***************
*** 43,48 ****
autoload :Alignment, 'bio/alignment'
! ## PhylogeneticTree
! autoload :PhylogeneticTree, 'bio/phylogenetictree'
## Map
--- 43,48 ----
autoload :Alignment, 'bio/alignment'
! ## Tree
! autoload :Tree, 'bio/tree'
## Map
More information about the bioruby-cvs
mailing list