Package picard.sam.util
Class RepresentativeReadIndexer
java.lang.Object
picard.sam.util.RepresentativeReadIndexer
Little struct-like class to hold a record index, the index of the corresponding representative read, and duplicate set size information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
readIndexInFile
public int readIndexInFile -
setSize
public int setSize -
representativeReadIndexInFile
public int representativeReadIndexInFile
-
-
Constructor Details
-
RepresentativeReadIndexer
public RepresentativeReadIndexer()
-