public class OverclippedReadFilter extends java.lang.Object implements SamRecordFilter
| Constructor and Description |
|---|
OverclippedReadFilter(int unclippedBasesThreshold,
boolean filterSingleEndClips) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterOut(SAMRecord record)
Determines whether a SAMRecord matches this filter
|
boolean |
filterOut(SAMRecord first,
SAMRecord second)
Determines whether a pair of SAMRecords matches this filter
|
public OverclippedReadFilter(int unclippedBasesThreshold,
boolean filterSingleEndClips)
public boolean filterOut(SAMRecord record)
SamRecordFilterfilterOut in interface SamRecordFilterrecord - the SAMRecord to evaluatepublic boolean filterOut(SAMRecord first, SAMRecord second)
SamRecordFilterfilterOut in interface SamRecordFilterfirst - the first SAMRecord to evaluatesecond - the second SAMRecord to evaluate