[BioRuby-cvs] bioruby/lib/bio shell.rb,1.11,1.12

Katayama Toshiaki k at pub.open-bio.org
Sat Jan 28 06:46:45 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv4775/lib/bio

Modified Files:
	shell.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: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** shell.rb	7 Dec 2005 05:12:06 -0000	1.11
--- shell.rb	28 Jan 2006 06:46:42 -0000	1.12
***************
*** 43,46 ****
--- 43,47 ----
    require 'bio/shell/plugin/obda'
    require 'bio/shell/plugin/keggapi'
+   require 'bio/shell/plugin/emboss'
  
    extend Ghost




More information about the bioruby-cvs mailing list