Sha256: 9e1973b8394d3ddab4dd0e5560f1dd6afa3e7d5b81cbb2c35c80cd7fb6960fb6
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
# # = bio/shell.rb - Loading all BioRuby shell features # # Copyright:: Copyright (C) 2005 # Toshiaki Katayama <k@bioruby.org> # License:: LGPL # # $Id: shell.rb,v 1.11 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' require 'yaml' require 'open-uri' require 'pp' module Bio::Shell require 'bio/shell/core' require 'bio/shell/session' require 'bio/shell/plugin/entry' require 'bio/shell/plugin/seq' require 'bio/shell/plugin/midi' require 'bio/shell/plugin/codon' require 'bio/shell/plugin/flatfile' require 'bio/shell/plugin/obda' require 'bio/shell/plugin/keggapi' extend Ghost extend Private end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-0.7.0 | lib/bio/shell.rb |
bio-0.7.1 | lib/bio/shell.rb |