[BioRuby-cvs] bioruby/lib bio.rb,1.61,1.62
Katayama Toshiaki
k at pub.open-bio.org
Sat Feb 4 19:12:58 UTC 2006
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv18253/lib
Modified Files:
bio.rb
Log Message:
* Bio::String is prepared for replacement of old Bio::Sequence
which doesn't remove any gap chars or change up/down cases.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** bio.rb 28 Jan 2006 08:34:25 -0000 1.61
--- bio.rb 4 Feb 2006 19:12:55 -0000 1.62
***************
*** 35,40 ****
## Sequence
- autoload :Seq, 'bio/sequence'
autoload :Sequence, 'bio/sequence'
## Locations/Location
--- 35,40 ----
## Sequence
autoload :Sequence, 'bio/sequence'
+ autoload :String, 'bio/string'
## Locations/Location
More information about the bioruby-cvs
mailing list