Base Recalibrator doesn't recalibrate all reads, so the final output line was confusing
This commit is contained in:
parent
7252238271
commit
1f3624d204
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue