Merge branch 'master' of ssh://gsa2/humgen/gsa-scr1/gsa-engineering/git/unstable
This commit is contained in:
commit
ed3d9b050f
|
|
@ -18,7 +18,7 @@ import java.util.Vector;
|
||||||
* of the read, plus an option extraInfo (useful for carrying info where needed).
|
* of the read, plus an option extraInfo (useful for carrying info where needed).
|
||||||
* <p/>
|
* <p/>
|
||||||
* Also holds the critical apply function that actually execute the clipping operation on a provided read,
|
* Also holds the critical apply function that actually execute the clipping operation on a provided read,
|
||||||
* according to the wishes of the supplid ClippingAlgorithm enum.
|
* according to the wishes of the supplied ClippingAlgorithm enum.
|
||||||
*/
|
*/
|
||||||
public class ClippingOp {
|
public class ClippingOp {
|
||||||
public final int start, stop; // inclusive
|
public final int start, stop; // inclusive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue