Removed debugging output
This commit is contained in:
parent
b39fcb1bea
commit
2f21b6ecfb
|
|
@ -600,10 +600,6 @@ public class GenomeAnalysisEngine {
|
||||||
logger.info(String.format("Excluding %d loci from original intervals (%.2f%% reduction)",
|
logger.info(String.format("Excluding %d loci from original intervals (%.2f%% reduction)",
|
||||||
toPruneSize - intervalSize, (toPruneSize - intervalSize) / (0.01 * toPruneSize)));
|
toPruneSize - intervalSize, (toPruneSize - intervalSize) / (0.01 * toPruneSize)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// DEBUGGING OUTPUT
|
|
||||||
for ( GenomeLoc loc : intervals )
|
|
||||||
logger.info("Including -L interval: " + loc);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue