[BioRuby-cvs] bioruby/lib bio.rb,1.74,1.75
Naohisa Goto
ngoto at dev.open-bio.org
Fri Dec 15 15:02:29 UTC 2006
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv19916/lib
Modified Files:
bio.rb
Log Message:
autoload of Bio::Phylip::PhylipFormat and Bio::Phylip::DistanceMatrix
are added.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** bio.rb 15 Dec 2006 06:29:01 -0000 1.74
--- bio.rb 15 Dec 2006 15:02:27 -0000 1.75
***************
*** 236,239 ****
--- 236,244 ----
end
+ module Phylip
+ autoload :PhylipFormat, 'bio/appl/phylip/alignment'
+ autoload :DistanceMatrix, 'bio/appl/phylip/distance_matrix'
+ end
+
autoload :Iprscan, 'bio/appl/iprscan/report'
More information about the bioruby-cvs
mailing list