#include <GappedAligner.h>
Inheritance diagram for mems::GappedAligner:

Public Member Functions | |
| virtual boolean | Align (GappedAlignment &cr, Match *r_begin, Match *r_end, std::vector< genome::gnSequence * > &seq_table)=0 |
| GappedAligner () | |
| GappedAligner & | operator= (const GappedAligner &ga) |
| void | SetMaxAlignmentLength (gnSeqI len) |
| Set the maximum allowed length for a gapped alignment. | |
Protected Attributes | |
| gnSeqI | max_alignment_length |
|
|
Definition at line 24 of file GappedAligner.h. References max_alignment_length. |
|
||||||||||||||||||||
|
Implemented in mems::ClustalInterface, and mems::MuscleInterface. Referenced by mems::Aligner::AlignLCB(), and mems::AlignLCBInParallel(). |
|
|
Definition at line 25 of file GappedAligner.h. References max_alignment_length. |
|
|
Set the maximum allowed length for a gapped alignment. Sequences above this length threshold will be ignored.
Definition at line 35 of file GappedAligner.h. References max_alignment_length. Referenced by mems::Aligner::SetMaxGappedAlignmentLength(). |
|
|
Definition at line 38 of file GappedAligner.h. Referenced by GappedAligner(), operator=(), and SetMaxAlignmentLength(). |
1.3.6