Better debugging output with .debug
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@433 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
9cc808104e
commit
1edfe48194
|
|
@ -111,6 +111,7 @@ public class TraverseByLoci extends TraversalEngine {
|
||||||
|
|
||||||
// actually get the read and hand it to the walker
|
// actually get the read and hand it to the walker
|
||||||
LocusContext locus = iter.next();
|
LocusContext locus = iter.next();
|
||||||
|
logger.debug(String.format("Crossing locus %s with %d reads", locus.getLocation(), locus.numReads()));
|
||||||
if ( DOWNSAMPLE_BY_COVERAGE )
|
if ( DOWNSAMPLE_BY_COVERAGE )
|
||||||
locus.downsampleToCoverage(downsamplingCoverage);
|
locus.downsampleToCoverage(downsamplingCoverage);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue