Base Recalibrator doesn't recalibrate all reads, so the final output line was confusing

This commit is contained in:
Eric Banks 2013-05-07 11:59:18 -04:00
parent 7252238271
commit 1f3624d204
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ public class BaseRecalibrator extends ReadWalker<Long, Long> implements NanoSche
generatePlots();
}
logger.info("Processed: " + result + " reads");
logger.info("BaseRecalibrator was able to recalibrate " + result + " reads");
}
private RecalibrationTables getRecalibrationTable() {