Class AlignerHelper.Cut
java.lang.Object
org.biojava.nbio.alignment.routines.AlignerHelper.Cut
- Enclosing class:
- AlignerHelper
Defines a 'cut' row for divide-and-conquer alignment in which a new anchor is found.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getTargetIndex
(int z) void
update
(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers)
-
Constructor Details
-
Cut
public Cut(int queryIndex, int[] dim)
-
-
Method Details
-
getQueryIndex
public int getQueryIndex() -
getTargetIndex
public int getTargetIndex(int z) -
update
-