Sha256: 97acbeec9023b98da9fd421257ccbc5c466183c2735e260b02793e4e6200a75f

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

# find local plugin installation, and use it when there
rootpath = File.dirname(File.dirname(__FILE__))
bio_logger_path = File.join(rootpath,'..','bioruby-logger','lib')
if File.directory? bio_logger_path
  $: << bio_logger_path
  $stderr.print "bio-logger loaded directly\n"
else
  require "rubygems"
  gem "bio-logger"
end
require 'bio-logger'

require 'enumerator'

Bio::Log::LoggerPlus.new('bio-blastxmlparser')

require 'bio/db/blast/parser/nokogiri'
require 'bio/db/blast/xmlsplitter'
require 'bio/db/blast/xmliterator'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bio-blastxmlparser-1.1.1 lib/bio-blastxmlparser.rb
bio-blastxmlparser-1.1.0 lib/bio-blastxmlparser.rb
bio-blastxmlparser-1.0.1 lib/bio-blastxmlparser.rb
bio-blastxmlparser-1.0.0 lib/bio-blastxmlparser.rb
bio-blastxmlparser-0.6.1 lib/bio-blastxmlparser.rb