Sha256: d9d224823e3706f916b5f8f75da908fb380190d5a8d5b2f23ea2d6cdae000c45

Contents?: true

Size: 1005 Bytes

Versions: 7

Compression:

Stored size: 1005 Bytes

Contents

#
# = bio/shell.rb - Loading all BioRuby shell features
#
# Copyright::   Copyright (C) 2005, 2006
#               Toshiaki Katayama <k@bioruby.org>
# License::     The Ruby License
#
# $Id: shell.rb,v 1.20 2007/07/09 11:17:09 k Exp $
#

require 'bio'
require 'yaml'
require 'open-uri'
require 'fileutils'
require 'pp'

module Bio::Shell

  require 'bio/shell/setup'
  require 'bio/shell/irb'
  require 'bio/shell/web'
  require 'bio/shell/script'
  require 'bio/shell/core'
  require 'bio/shell/interface'
  require 'bio/shell/object'
  require 'bio/shell/demo'
  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/das'
  require 'bio/shell/plugin/keggapi'
  require 'bio/shell/plugin/soap'
  require 'bio/shell/plugin/emboss'
  require 'bio/shell/plugin/blast'
  require 'bio/shell/plugin/psort'

  extend Ghost

end


Version data entries

7 entries across 7 versions & 5 rubygems

Version Path
bioruby-bio-1.2.9.9001 lib/bio/shell.rb
jandot-bio-1.2.1 lib/bio/shell.rb
ngoto-bio-1.2.9.9001 lib/bio/shell.rb
wwood-bioruby-1.2.11 lib/bio/shell.rb
bio-1.2.1 lib/bio/shell.rb
bio-1.1.0 lib/bio/shell.rb
bio-1.2.0 lib/bio/shell.rb