Class PhysicalLocationForMateCigar
java.lang.Object
picard.sam.util.PhysicalLocationInt
picard.sam.markduplicates.util.PhysicalLocationForMateCigar
- All Implemented Interfaces:
Serializable, PhysicalLocation
Stores the minimal information needed for optical duplicate detection.
- See Also:
-
Field Summary
Fields inherited from class PhysicalLocationInt
tile, x, yFields inherited from interface PhysicalLocation
NO_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortshortinthashCode()voidsetLibraryId(short libraryId) voidsetReadGroup(short rg) Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PhysicalLocation
hasLocation
-
Constructor Details
-
PhysicalLocationForMateCigar
-
-
Method Details
-
getReadGroup
public short getReadGroup()- Specified by:
getReadGroupin interfacePhysicalLocation- Overrides:
getReadGroupin classPhysicalLocationInt
-
setReadGroup
public void setReadGroup(short rg) - Specified by:
setReadGroupin interfacePhysicalLocation- Overrides:
setReadGroupin classPhysicalLocationInt
-
getLibraryId
public short getLibraryId()- Specified by:
getLibraryIdin interfacePhysicalLocation- Overrides:
getLibraryIdin classPhysicalLocationInt
-
setLibraryId
public void setLibraryId(short libraryId) - Specified by:
setLibraryIdin interfacePhysicalLocation- Overrides:
setLibraryIdin classPhysicalLocationInt
-
equals
-
hashCode
-