Method: Bio::Blast::Report::BlastXmlSplitter#entry

Defined in:
lib/bio/appl/blast/report.rb

#entryObject

current raw entry as a String



527
528
529
530
# File 'lib/bio/appl/blast/report.rb', line 527

def entry
  raise 'not supported for new BLAST XML format' if @raw_unsupported
  super
end