Sha256: 0efdd6b53f79d7423b3c4db93a80f4ef832b9211238fe8789c3faf2d541ace93
Contents?: true
Size: 589 Bytes
Versions: 2
Compression:
Stored size: 589 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 = if ENV['BIO_MAF_DEBUG'] Bio::Log::DEBUG else Bio::Log::WARN end require 'bio/ucsc' require 'bio/maf'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bio-maf-1.0.1-java | lib/bio-maf.rb |
bio-maf-1.0.1 | lib/bio-maf.rb |