Sha256: 68266bc83b722d191ee2c9b8798da0981367dcb6b13769a55d348389aa0169c6

Contents?: true

Size: 1.01 KB

Versions: 14

Compression:

Stored size: 1.01 KB

Contents

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

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'
  require 'bio/shell/plugin/ncbirest'
  require 'bio/shell/plugin/togows'

  extend Ghost

end


Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
bioruby-bio-1.3.0.5000 lib/bio/shell.rb
bioruby-bio-1.3.0.9901 lib/bio/shell.rb
bioruby-bio-1.3.0 lib/bio/shell.rb
bioruby-bio-1.3.1.5000 lib/bio/shell.rb
ngoto-bio-1.3.0.5000 lib/bio/shell.rb
ngoto-bio-1.3.0 lib/bio/shell.rb
ngoto-bio-1.3.1.5000 lib/bio/shell.rb
bio-1.4.3.0001 lib/bio/shell.rb
bio-1.4.3 lib/bio/shell.rb
bio-1.4.2 lib/bio/shell.rb
bio-1.4.1 lib/bio/shell.rb
bio-1.4.0 lib/bio/shell.rb
bio-1.3.1 lib/bio/shell.rb
bio-1.3.0 lib/bio/shell.rb