htsjdk.samtools.cram.mask
public static class RefMaskUtils.RefMask extends java.lang.Object
Constructor and Description |
---|
RefMaskUtils.RefMask(int len,
int minHits) |
Modifier and Type | Method and Description |
---|---|
void |
addReadBase(int pos,
byte readBase,
byte refBase) |
int |
getMinHits() |
void |
setMinHits(int minHits) |
boolean |
shouldStore(int pos,
byte refBase) |