public abstract class ReadsDownsampler extends Downsampler<GATKRead>
Constructor and Description |
---|
ReadsDownsampler() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
requiresCoordinateSortOrder()
Does this downsampler require that reads be fed to it in coordinate order?
|
abstract void |
signalNoMoreReadsBefore(GATKRead read)
Tell this downsampler that no more reads located before the provided read (according to
the sort order of the read stream) will be fed to it.
|
clearItems, consumeFinalizedItems, getNumberOfDiscardedItems, hasFinalizedItems, hasPendingItems, incrementNumberOfDiscardedItems, peekFinalized, peekPending, resetStats, signalEndOfInput, size, submit, submit
public abstract boolean requiresCoordinateSortOrder()
public abstract void signalNoMoreReadsBefore(GATKRead read)
read
- the downsampler will assume that no reads located before this read will ever
be submitted to it in the future