Retrieves sequence at a given offset from the end of the clone. More...
#include <GapsEstimator.hpp>
Public Member Functions | |
TemplateSequenceRetriever (const TSequence &sequence, bool isCircular, boost::uint32_t cloneEnd, int side, int strand) | |
void | getSequence (Sequence &seq, int cloneEndOffset, int sequenceLength) const |
Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases. |
Retrieves sequence at a given offset from the end of the clone.
void cgatools::mapping::GapEst::TemplateSequenceRetriever< TSequence >::getSequence | ( | Sequence & | seq, | |
int | cloneEndOffset, | |||
int | sequenceLength | |||
) | const [inline, virtual] |
Store in seq the sequence starting at cloneEndOffset from the end of the clone, working towards the mate gap sequenceLength bases.
Implements cgatools::mapping::GapEst::SequenceRetriever.