Skip to content

Commit eb22bb5

Browse files
committed
Fix duplicate code introduced by merge
1 parent 150011d commit eb22bb5

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

biojava-core/src/main/java/org/biojava/nbio/core/alignment/template/AlignedSequence.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -158,20 +158,4 @@ enum Step { COMPOUND, GAP }
158158
*/
159159
boolean isGap(int alignmentIndex);
160160

161-
/**
162-
* Returns number of gap positions (gap openings and extensions) in the sequence. This could be determined from the {@link Location}
163-
* information or from gap {@link Compound}s, which may not necessarily result in the same number.
164-
*
165-
* @return number of gap positions in the sequence
166-
*/
167-
int getNumGapPositions();
168-
169-
/**
170-
* Returns the coverage, as a fraction between 0 and 1, of this {@link AlignedSequence} with respect to the original sequence.
171-
* This is equivalent to ({@link #getLength()} - {@link #getNumGapPositions()}) / getOriginalSequence().getLength().
172-
*
173-
* @return coverage of the original sequence by the aligned sequence
174-
*/
175-
double getCoverage();
176-
177161
}

0 commit comments

Comments
 (0)