Sha256: fd1e804f29d63334f98e0ef914fb127e0e6cb9478eeac1c46a6a04154064edfc
Contents?: true
Size: 1 KB
Versions: 5
Compression:
Stored size: 1 KB
Contents
# # = bioruby.rb - Loading all BioRuby modules and setup for shell programming # # Copyright:: Copyright (C) 2005 # Toshiaki Katayama <k@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
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
bio-shell-1.0.1 | lib/bioruby.rb |
bio-shell-1.0.0 | lib/bioruby.rb |
bio-shell-0.0.0 | lib/bioruby.rb |
bio-0.7.0 | lib/bioruby.rb |
bio-0.7.1 | lib/bioruby.rb |