[BioRuby-cvs] bioruby/lib bio.rb,1.64,1.65
Naohisa Goto
ngoto at pub.open-bio.org
Tue Feb 21 18:02:01 UTC 2006
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv29148/lib
Modified Files:
bio.rb
Log Message:
added autoload for AAindex1 and AAindex2
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** bio.rb 9 Feb 2006 16:21:47 -0000 1.64
--- bio.rb 21 Feb 2006 18:01:59 -0000 1.65
***************
*** 101,104 ****
--- 101,106 ----
autoload :GFF, 'bio/db/gff'
autoload :AAindex, 'bio/db/aaindex'
+ autoload :AAindex1, 'bio/db/aaindex'
+ autoload :AAindex2, 'bio/db/aaindex'
autoload :TRANSFAC, 'bio/db/transfac'
autoload :PROSITE, 'bio/db/prosite'
More information about the bioruby-cvs
mailing list