}
final List<Integer> failingLanes = new ArrayList<Integer>();
int totalFailures = 0;
final int[] expectedCycles = new OutputMapping(readStructure).getOutputCycles();
log.info("Checking lanes(" + StringUtil.join(",", LANES) + " in basecalls directory (" + BASECALLS_DIR
.getAbsolutePath() + ")\n");
log.info("Expected cycles: " + StringUtil.intValuesToString(expectedCycles));
for (final Integer lane : LANES) {