fixing the readTraversal output
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1019 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b11c5a7cd5
commit
7db4497013
|
|
@ -137,7 +137,7 @@ public class TraverseReads extends TraversalEngine {
|
||||||
sum = readWalker.reduce(x, sum);
|
sum = readWalker.reduce(x, sum);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (locus != null) { printProgress("loci", locus.getLocation()); }
|
printProgress("reads", null);
|
||||||
}
|
}
|
||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue