Sha256: 3ebf600983058e19b0bbc65cdb871dbf8c001eaa0a05471a6570087b64e8f753

Contents?: true

Size: 488 Bytes

Versions: 5

Compression:

Stored size: 488 Bytes

Contents

# 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'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bio-maf-1.0.0-java lib/bio-maf.rb
bio-maf-1.0.0 lib/bio-maf.rb
bio-maf-0.3.2-java lib/bio-maf.rb
bio-maf-0.3.2 lib/bio-maf.rb
bio-maf-0.3.1 lib/bio-maf.rb