Class Specialization
StreamReport
BlastReport specialization that works on a file stream (parses hits/HSPs when iterating over them).
![]() | ![]() | ||||||
StreamReport |
Include Headers
blast.h
Parameters
The type of HSPs to be stored. See BlastHsp Metafunctions: Hsp Default: BlastHsp<BlastN,BasicInfo> | |
The type of the stream. Default: std::fstream |
Specialization of
Metafunctions
Blast Hit type of a Blast object. (BlastReport) | |
Type of the object a given object depends on. (BlastReport) | |
Blast HSP type of a Blast object. (BlastReport) | |
Type of iterator objects that are used to traverse the container. (BlastReport) |
Functions
Determines whether an iterator is at the end position. (BlastReport) | |
Reference to the name (identifier) of the database in a Blast report. (BlastReport) | |
The name (identifier) of the database in a Blast report. (BlastReport) | |
Get next Blast report from a file containing multiple Blast reports. (BlastReport) | |
The name (identifier) of the query in a Blast report. (BlastReport) | |
Reference to the name (identifier) of the query in a Blast report. (BlastReport) |
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de