Update read metrics per shard rather than locus
This commit is contained in:
parent
637e0cf151
commit
45f64425a3
|
|
@ -104,10 +104,11 @@ public class TraverseActiveRegions <M,T> extends TraversalEngine<M,T,ActiveRegio
|
||||||
|
|
||||||
prevLoc = location;
|
prevLoc = location;
|
||||||
|
|
||||||
updateCumulativeMetrics(dataProvider.getShard());
|
|
||||||
printProgress(locus.getLocation());
|
printProgress(locus.getLocation());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateCumulativeMetrics(dataProvider.getShard());
|
||||||
|
|
||||||
// Take the individual isActive calls and integrate them into contiguous active regions and
|
// Take the individual isActive calls and integrate them into contiguous active regions and
|
||||||
// add these blocks of work to the work queue
|
// add these blocks of work to the work queue
|
||||||
// band-pass filter the list of isActive probabilities and turn into active regions
|
// band-pass filter the list of isActive probabilities and turn into active regions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue