[BioRuby-cvs] bioruby/lib/bio shell.rb,1.3,1.4
Katayama Toshiaki
k at pub.open-bio.org
Fri Nov 4 12:40:35 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv27016/lib/bio
Modified Files:
shell.rb
Log Message:
* converted to RDoc
Index: shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** shell.rb 5 Oct 2005 08:58:33 -0000 1.3
--- shell.rb 4 Nov 2005 17:40:33 -0000 1.4
***************
*** 1,6 ****
#
! # bio/shell.rb - Loading all BioRuby shell features
#
! # Copyright (C) 2005 KATAYAMA Toshiaki <k at bioruby.org>
#
# This library is free software; you can redistribute it and/or
--- 1,12 ----
#
! # = bio/shell.rb - Loading all BioRuby shell features
#
! # Copyright:: Copyright (C) 2005
! # Toshiaki Katayama <k at bioruby.org>
! # Lisence:: LGPL
! #
! # $Id$
! #
! #--
#
# This library is free software; you can redistribute it and/or
***************
*** 18,22 ****
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! # $Id$
#
--- 24,28 ----
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
! #++
#
***************
*** 32,39 ****
require 'bio/shell/core'
require 'bio/shell/session'
require 'bio/shell/plugin/seq'
require 'bio/shell/plugin/flatfile'
require 'bio/shell/plugin/obda'
! require 'bio/shell/plugin/midi'
extend Core
--- 38,49 ----
require 'bio/shell/core'
require 'bio/shell/session'
+ #require 'bio/shell/help'
require 'bio/shell/plugin/seq'
+ require 'bio/shell/plugin/midi'
require 'bio/shell/plugin/flatfile'
require 'bio/shell/plugin/obda'
! require 'bio/shell/plugin/keggapi'
! #require 'bio/shell/plugin/das'
! #require 'bio/shell/plugin/demo'
extend Core
More information about the bioruby-cvs
mailing list