コード例 #1
0
// Return the length of the sequence
size_t Edge::getSeqLen() const
{
    SeqCoord unmatched = m_pTwin->getMatchCoord().complement();
    return unmatched.length();
}