[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


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'




More information about the bioruby-cvs mailing list