Class ReadBaseStratification.CollectionStratifier

java.lang.Object
picard.sam.SamErrorMetric.ReadBaseStratification.CollectionStratifier
All Implemented Interfaces:
ReadBaseStratification.RecordAndOffsetStratifier
Enclosing class:
ReadBaseStratification

public static class ReadBaseStratification.CollectionStratifier extends Object implements ReadBaseStratification.RecordAndOffsetStratifier
A CollectionStratifier is a stratifier that uses a collection of stratifiers to inform the stratification. For a given input, the result is the "Tuple" (actually repeated pairs) of outputs that the stratifiers return. The suffix for this stratifier is generated from the suffixes of the provided stratifiers.