40 #ifndef _QUALITYFILTERMAFITERATOR_H_
41 #define _QUALITYFILTERMAFITERATOR_H_
Helper class for developping filter for maf blocks.
A synteny block data structure, the basic unit of a MAF alignement file.
Interface to loop over maf alignment blocks.
Interface to loop over removed blocks of a maf alignment.
Filter maf blocks to remove regions with low quality.
std::deque< std::vector< int > > window_
std::deque< MafBlock * > blockBuffer_
MafBlock * nextRemovedBlock()
Get the next available removed alignment block.
QualityFilterMafIterator(MafIterator *iterator, const std::vector< std::string > &species, unsigned int windowSize, unsigned int step, unsigned int minQual, bool keepTrashedBlocks)
MafBlock * analyseCurrentBlock_()
std::vector< std::string > species_
std::deque< MafBlock * > trashBuffer_