Package | Description |
---|---|
picard.illumina.parser | |
picard.illumina.parser.readers |
Modifier and Type | Field and Description |
---|---|
protected TileIndex |
MultiTileFileUtil.tileIndex |
Constructor and Description |
---|
MultiTileBclParser(File directory,
int lane,
picard.illumina.parser.CycleIlluminaFileMap tilesToCycleFiles,
OutputMapping outputMapping,
boolean applyEamssFilter,
BclQualityEvaluationStrategy bclQualityEvaluationStrategy,
TileIndex tileIndex) |
MultiTileFilterParser(TileIndex tileIndex,
List<Integer> requestedTiles,
File filterFile) |
MultiTileLocsParser(TileIndex tileIndex,
List<Integer> requestedTiles,
File locsFile,
int lane) |
MultiTileParser(TileIndex tileIndex,
List<Integer> requestedTiles,
Set<IlluminaDataType> supportedTypes) |
Modifier and Type | Method and Description |
---|---|
int |
BclReader.seek(List<File> files,
TileIndex tileIndex,
int currentTile) |