Home
last modified time | relevance | path

Searched refs:maxRemovedGaps (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DMultipleAlignmentObject.cpp751 int maxRemovedGaps = qBound(0, maxGaps, ma->getLength() - pos); in getMaxWidthOfGapRegion() local
752 if (maxRemovedGaps == 0) { in getMaxWidthOfGapRegion()
756 int removingGapColumnCount = maxRemovedGaps; in getMaxWidthOfGapRegion()
763 while (gapCountInCurrentRow < maxRemovedGaps) { in getMaxWidthOfGapRegion()
772 int trailingPosition = pos + maxRemovedGaps - gapCountInCurrentRow; in getMaxWidthOfGapRegion()