[BioRuby-cvs] bioruby/lib/bio string.rb,NONE,1.1
Katayama Toshiaki
k at pub.open-bio.org
Sat Feb 4 19:12:58 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv18253/lib/bio
Added Files:
string.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.
--- NEW FILE: string.rb ---
#
# = bio/string.rb - biological string class to store an intact sequence
#
# Copyright:: Copyright (C) 2006
# Toshiaki Katayama <k at bioruby.org>
# License:: Ruby's
#
# $Id: string.rb,v 1.1 2006/02/04 19:12:56 k Exp $
#
require 'bio/sequence/common'
module Bio
class String
include Bio::Sequence::Common
end
end
More information about the bioruby-cvs
mailing list