[BioRuby-cvs] bioruby/bin bioruby,1.9,1.10

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


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

Modified Files:
	bioruby 
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: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** bioruby	28 Nov 2005 07:03:28 -0000	1.9
--- bioruby	7 Dec 2005 05:12:06 -0000	1.10
***************
*** 59,63 ****
  
  # change prompt for bioruby
! $_ = Bio::Shell::Core::ESC_SEQ
  IRB.conf[:PROMPT][:BIORUBY_COLOR] = {
    :PROMPT_I => "bio#{$_[:ruby]}ruby#{$_[:none]}> ",
--- 59,63 ----
  
  # change prompt for bioruby
! $_ = Bio::Shell.esc_seq
  IRB.conf[:PROMPT][:BIORUBY_COLOR] = {
    :PROMPT_I => "bio#{$_[:ruby]}ruby#{$_[:none]}> ",



More information about the bioruby-cvs mailing list