updateNormalizationFactor();
CountBinningAdapterI binAdaptor = new CountBinningAdaptor(reader, binSize);
if (counts.hasIndex()) {
// we can only reposition if the countsreader has an index. Otherwise, we trust the
// caching counts archive to have created a new reader positioned at the start of the counts sequence.
binAdaptor.reposition(startLocation);
}
binAdaptor.skipTo(startLocation);
int position = binAdaptor.getPosition();
ObjectArrayList<LocusScore> result = new ObjectArrayList<LocusScore>();