| Package | Description |
|---|---|
| picard.illumina.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTileBclFileUtil
NextSeq-style bcl's have all tiles for a cycle in a single file.
|
class |
MultiTileFileUtil<OUTPUT_RECORD extends picard.illumina.parser.IlluminaData>
For file types for which there is one file per lane, with fixed record size, and all the tiles in it,
so the s_
|
class |
PerTileFileUtil |
class |
PerTilePerCycleFileUtil |
| Modifier and Type | Method and Description |
|---|---|
ParameterizedFileUtil |
IlluminaFileUtil.getUtil(IlluminaFileUtil.SupportedIlluminaFormat format)
Given a file type, get the Parameterized File Util object associated with it
|