Class: Bio::Blast::Default::Report_TBlast

Inherits:
Report show all
Defined in:
lib/bio/appl/blast/format0.rb

Overview

NCBI BLAST default (-m 0 option) output parser for TBLAST. All methods are equal to Bio::Blast::Default::Report. Only DELIMITER (and RS) is different.

Constant Summary collapse

DELIMITER =

Delimter of each entry for TBLAST. Bio::FlatFile uses it.

RS = "\nTBLAST"
DELIMITER_OVERRUN =

(Integer) excess read size included in DELIMITER.

6

Instance Attribute Summary

Attributes inherited from Report

#db_len, #db_num, #eff_space, #entry_overrun, #expect, #gap_extend, #gap_open, #iterations, #matrix, #num_hits, #posted_date, #sc_match, #sc_mismatch

Method Summary

Methods inherited from Report

#converged?, #db, #each_hit, #each_iteration, #entropy, #gapped_entropy, #gapped_kappa, #gapped_lambda, #hits, #initialize, #kappa, #lambda, #message, open, #pattern, #pattern_positions, #program, #query_def, #query_len, #reference, #references, #to_s, #version, #version_date, #version_number

Constructor Details

This class inherits a constructor from Bio::Blast::Default::Report