"Not all BCL files in " + basecallLaneDir.getAbsolutePath() + " have the same extension!");
}
utils.put(SupportedIlluminaFormat.Bcl, parameterizedFileUtil);
break;
case Locs:
parameterizedFileUtil = new PerTileFileUtil(".locs", intensityLaneDir, new LocsFileFaker(), lane);
utils.put(SupportedIlluminaFormat.Locs, parameterizedFileUtil);
break;
case Clocs:
parameterizedFileUtil = new PerTileFileUtil(".clocs", intensityLaneDir, new ClocsFileFaker(), lane);
utils.put(SupportedIlluminaFormat.Clocs, parameterizedFileUtil);