[BioRuby-cvs] bioruby/lib bio.rb,1.59,1.60
Katayama Toshiaki
k at pub.open-bio.org
Sat Jan 28 06:46:44 UTC 2006
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db/embl common.rb, 1.8, 1.9 embl.rb, 1.25, 1.26 sptr.rb, 1.29, 1.30 swissprot.rb, 1.3, 1.4 trembl.rb, 1.3, 1.4 uniprot.rb, 1.1, 1.2
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl emboss.rb,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv4775/lib
Modified Files:
bio.rb
Log Message:
* entret/seqret commands in EMBOSS are supported
* Bio::EMBOSS.seqret(usa), Bio::EMBOSS.entret(usa)
* bioruby> seqret(usa), entret(usa)
* obj() method is added in addition to seq() and ent() methods.
Index: bio.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio.rb,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** bio.rb 20 Jan 2006 09:57:08 -0000 1.59
--- bio.rb 28 Jan 2006 06:46:42 -0000 1.60
***************
*** 29,33 ****
module Bio
! BIORUBY_VERSION = [0, 7, 1].extend(Comparable)
### Basic data types
--- 29,33 ----
module Bio
! BIORUBY_VERSION = [0, 7, 2].extend(Comparable)
### Basic data types
***************
*** 195,199 ****
#end
! # autoload :EMBOSS, 'bio/appl/emboss' # use bio/command, improve
autoload :PSORT, 'bio/appl/psort'
--- 195,199 ----
#end
! autoload :EMBOSS, 'bio/appl/emboss' # use bio/command, improve
autoload :PSORT, 'bio/appl/psort'
- Previous message: [BioRuby-cvs] bioruby/lib/bio/db/embl common.rb, 1.8, 1.9 embl.rb, 1.25, 1.26 sptr.rb, 1.29, 1.30 swissprot.rb, 1.3, 1.4 trembl.rb, 1.3, 1.4 uniprot.rb, 1.1, 1.2
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl emboss.rb,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list