[BioRuby-cvs] bioruby/lib bio.rb,1.70,1.71

Naohisa Goto ngoto at dev.open-bio.org
Wed Dec 13 16:01:37 UTC 2006


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

Modified Files:
	bio.rb 
Log Message:
added autoload of Bio::PhylogeneticTree and Bio::Newick.


Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** bio.rb	19 Sep 2006 05:41:45 -0000	1.70
--- bio.rb	13 Dec 2006 16:01:35 -0000	1.71
***************
*** 43,46 ****
--- 43,48 ----
    autoload :Alignment,      'bio/alignment'
  
+   ## PhylogeneticTree
+   autoload :PhylogeneticTree, 'bio/phylogenetictree'
  
    ## Map
***************
*** 115,118 ****
--- 117,121 ----
    autoload :NBRF,           'bio/db/nbrf'
  
+   autoload :Newick,         'bio/db/newick'
  
    ### IO interface modules




More information about the bioruby-cvs mailing list