Revision a5f23716d17768b2aad12edb35b5079b76113ddc authored by Clayton Wheeler on 01 August 2012, 08:13:14 UTC, committed by Clayton Wheeler on 01 August 2012, 08:13:14 UTC
1 parent 638f4b2
Raw File
bio-maf.rb
# Please require your code below, respecting the naming conventions in the
# bioruby directory tree.
#
# For example, say you have a plugin named bio-plugin, the only uncommented
# line in this file would be 
#
#   require 'bio/bio-plugin/plugin'
#
# In this file only require other files. Avoid other source code.

require 'bio-logger'
log = Bio::Log::LoggerPlus.new('bio-maf')
log.outputters = Bio::Log::Outputter.stderr
log.level = Bio::Log::WARN

require 'bio/ucsc'
require 'bio/maf'
back to top