public final class ClippingOp
extends java.lang.Object
Represents a clip on a read. It has a type (see the enum) along with a start and stop in the bases
of the read, plus an option extraInfo (useful for carrying info where needed).
Also holds the critical apply function that actually execute the clipping operation on a provided read,
according to the wishes of the supplied ClippingAlgorithm enum.