[BioRuby-cvs] bioruby/lib bioruby.rb,NONE,1.1
Katayama Toshiaki
k at pub.open-bio.org
Wed Dec 7 00:12:08 EST 2005
Update of /home/repository/bioruby/bioruby/lib
In directory pub.open-bio.org:/tmp/cvs-serv26999/lib
Added Files:
bioruby.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 :)
--- NEW FILE: bioruby.rb ---
#
# = bioruby.rb - Loading all BioRuby modules and setup for shell programming
#
# Copyright:: Copyright (C) 2005
# Toshiaki Katayama <k at bioruby.org>
# License:: LGPL
#
# $Id: bioruby.rb,v 1.1 2005/12/07 05:12:06 k Exp $
#
#--
#
# 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
#
#++
#
require 'bio/shell'
include Bio::Shell
Bio::Shell.setup
More information about the bioruby-cvs
mailing list