Retrieves sequence at a given offset from the end of the clone. More...
#include <GapsEstimator.hpp>
 
  
 | Public Types | |
| typedef boost::array< char, WOBBLE_SEQUENCE_BASE_COUNT > | Sequence | 
| Public Member Functions | |
| virtual void | getSequence (Sequence &seq, int cloneEndOffset, int sequenceLength) const =0 | 
| Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases. | |
| Static Public Attributes | |
| static const size_t | WOBBLE_SEQUENCE_BASE_COUNT = 10 | 
Retrieves sequence at a given offset from the end of the clone.
| virtual void cgatools::mapping::GapEst::SequenceRetriever::getSequence | ( | Sequence & | seq, | |
| int | cloneEndOffset, | |||
| int | sequenceLength | |||
| ) | const  [pure virtual] | 
Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases.
Implemented in cgatools::mapping::GapEst::NoCallSequenceRetriever, and cgatools::mapping::GapEst::TemplateSequenceRetriever< TSequence >.
 1.6.2
 1.6.2