Package picard.illumina.parser
Class ReadDescriptor
- java.lang.Object
-
- picard.illumina.parser.ReadDescriptor
-
public class ReadDescriptor extends Object
Represents one set of cycles in an ReadStructure (e.g. if the ReadStructure is 36TB836T then 36T, 8B, and 36T are invidually represented internally as a ReadDescriptor).
-
-
Constructor Summary
Constructors Constructor Description ReadDescriptor(int length, ReadType type)
-