[BioRuby-cvs] bioruby/lib/bio shell.rb,NONE,1.1

Katayama Toshiaki k at pub.open-bio.org
Fri Sep 23 09:57:10 EDT 2005


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

Added Files:
	shell.rb 
Log Message:
* Newly added BioRuby shell - command line user interface for the BioRuby


--- NEW FILE: shell.rb ---
#
#  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
#  modify it under the terms of the GNU Lesser General Public
#  License as published by the Free Software Foundation; either
#  version 2 of the License, or (at your option) any later version.
#
#  This library is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#  Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public
#  License along with this library; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
#
#  $Id: shell.rb,v 1.1 2005/09/23 13:57:08 k Exp $
#

require 'bio'
require 'yaml'
require 'pp'

$bioruby_config = {}

module Bio::Shell

  require 'bio/shell/core'
  require 'bio/shell/session'
  require 'bio/shell/plugin/seq'
  require 'bio/shell/plugin/flatfile'
  require 'bio/shell/plugin/obda'

  extend Core

end





More information about the bioruby-cvs mailing list