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

    • length

      public final int length
    • type

      public final ReadType type
  • Constructor Details

    • ReadDescriptor

      public ReadDescriptor(int length, ReadType type)
  • Method Details