Class 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).
    • Field Detail

      • length

        public final int length
    • Constructor Detail

      • ReadDescriptor

        public ReadDescriptor​(int length,
                              ReadType type)