CallingMetricAccumulator, GvcfMetricAccumulatorpublic static interface VariantProcessor.Accumulator<RESULT>
VariantContexts, and accumulates their data in some fashion internally.
A call to result() produces an embodiment of the results of this processing (which may or may not be the accumulator itself).| Modifier and Type | Method | Description |
|---|---|---|
void |
accumulate(htsjdk.variant.variantcontext.VariantContext vc) |
|
RESULT |
result() |
void accumulate(htsjdk.variant.variantcontext.VariantContext vc)
RESULT result()