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

Katayama Toshiaki k at pub.open-bio.org
Wed Dec 7 00:12:09 EST 2005


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

Modified Files:
	shell.rb 
Log Message:
* lib/bioruby.rb is added for easy bioruby script startup after the discussion
  with Tanka-san (.bioruby/script.rb will use this)
* access.rb plugin is moved under the plugin directory as a entry.rb
* Core is changed to Ghost :)


Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** shell.rb	28 Nov 2005 07:06:32 -0000	1.10
--- shell.rb	7 Dec 2005 05:12:06 -0000	1.11
***************
*** 36,40 ****
    require 'bio/shell/core'
    require 'bio/shell/session'
!   require 'bio/shell/access'
    require 'bio/shell/plugin/seq'
    require 'bio/shell/plugin/midi'
--- 36,40 ----
    require 'bio/shell/core'
    require 'bio/shell/session'
!   require 'bio/shell/plugin/entry'
    require 'bio/shell/plugin/seq'
    require 'bio/shell/plugin/midi'
***************
*** 44,48 ****
    require 'bio/shell/plugin/keggapi'
  
!   extend Core
    extend Private
  
--- 44,48 ----
    require 'bio/shell/plugin/keggapi'
  
!   extend Ghost
    extend Private
  



More information about the bioruby-cvs mailing list