Retrieves all no-calls. More...
#include <GapsEstimator.hpp>
Public Member Functions | |
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 all no-calls.
void cgatools::mapping::GapEst::NoCallSequenceRetriever::getSequence | ( | Sequence & | seq, | |
int | cloneEndOffset, | |||
int | sequenceLength | |||
) | const [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.