Apparently, no one else has tried to create a stateless walker over loci until
now, as this should have come up: make sure reduce sums get transferred to the next reduce. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@232 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ba99e9f648
commit
89c1762aa9
|
|
@ -120,7 +120,7 @@ public class TraverseByLoci extends TraversalEngine {
|
|||
// Iterate forward to get all reference ordered data covering this locus
|
||||
final List<ReferenceOrderedDatum> rodData = getReferenceOrderedDataAtLocus(rodIters, locus.getLocation());
|
||||
|
||||
walkAtLocus( walker, sum, locus, refSite, rodData );
|
||||
sum = walkAtLocus( walker, sum, locus, refSite, rodData );
|
||||
|
||||
//System.out.format("Working at %s\n", locus.getLocation().toString());
|
||||
|
||||
|
|
@ -158,4 +158,4 @@ public class TraverseByLoci extends TraversalEngine {
|
|||
printProgress("loci", locus.getLocation());
|
||||
return sum;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue