Package picard.illumina.parser
Class Range
- java.lang.Object
-
- picard.illumina.parser.Range
-
public class Range extends Object
While structurally identical to CompositeIndex, this class is maintained as it makes code more readable when the two are used together (see QSeqParser)
-
-
Constructor Summary
Constructors Constructor Description Range(int start, int end)
-