case Pos:
parameterizedFileUtil = new PerTileFileUtil("_pos.txt", intensityDir, new PosFileFaker(), lane);
utils.put(SupportedIlluminaFormat.Pos, parameterizedFileUtil);
break;
case Filter:
parameterizedFileUtil = new PerTileFileUtil(".filter", basecallLaneDir, new FilterFileFaker(), lane);
utils.put(SupportedIlluminaFormat.Filter, parameterizedFileUtil);
break;
case Barcode:
parameterizedFileUtil = new PerTileFileUtil("_barcode.txt", barcodeDir != null ? barcodeDir : basecallDir, new BarcodeFileFaker(), lane);
utils.put(SupportedIlluminaFormat.Barcode, parameterizedFileUtil);