[BioRuby-cvs] bioruby/lib bio.rb,1.85,1.86
Naohisa Goto
ngoto at dev.open-bio.org
Mon Jul 16 12:26:30 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/appl muscle.rb, NONE, 1.1 probcons.rb, NONE, 1.1 tcoffee.rb, NONE, 1.1
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl clustalw.rb, 1.18, 1.19 mafft.rb, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib
In directory dev.open-bio.org:/tmp/cvs-serv20025/lib
Modified Files:
bio.rb
Log Message:
added autoload for Bio::Muscle, Bio::Probcons, and Bio::Tcoffee
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** bio.rb 9 Jul 2007 08:49:15 -0000 1.85
--- bio.rb 16 Jul 2007 12:26:28 -0000 1.86
***************
*** 227,230 ****
--- 227,234 ----
#end
+ autoload :Tcoffee, 'bio/appl/tcoffee'
+ autoload :Muscle, 'bio/appl/muscle'
+ autoload :Probcons, 'bio/appl/probcons'
+
autoload :Sim4, 'bio/appl/sim4'
## below are described in bio/appl/sim4.rb
- Previous message: [BioRuby-cvs] bioruby/lib/bio/appl muscle.rb, NONE, 1.1 probcons.rb, NONE, 1.1 tcoffee.rb, NONE, 1.1
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl clustalw.rb, 1.18, 1.19 mafft.rb, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list