public class MultiTileBclFileUtil extends ParameterizedFileUtil
base, DefaultSkipEmptyFiles, extension, faker, lane, matchPattern, PER_TILE_PATTERN_STRING, skipEmptyFiles, tiles
Modifier and Type | Method | Description |
---|---|---|
List<String> |
fakeFiles(List<Integer> expectedTiles,
int[] expectedCycles,
IlluminaFileUtil.SupportedIlluminaFormat format) |
Given the expected tiles/expected cycles for this file type create a set of fake files such that the
verification criteria are met.
|
boolean |
filesAvailable() |
Determine whether or not files are available
|
picard.illumina.parser.CycleIlluminaFileMap |
getFiles(List<Integer> tiles,
int[] cycles) |
|
List<Integer> |
getTiles() |
Return a list of all tiles available for this file format and run
|
List<String> |
verify(List<Integer> expectedTiles,
int[] expectedCycles) |
Given the expected tiles/expected cycles for this file type, return a list of error messages describing any
missing/or malformed files
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fileToTile, getTiledFiles, makeLaneTileRegex
public picard.illumina.parser.CycleIlluminaFileMap getFiles(List<Integer> tiles, int[] cycles)
public boolean filesAvailable()
ParameterizedFileUtil
filesAvailable
in class ParameterizedFileUtil
public List<Integer> getTiles()
ParameterizedFileUtil
getTiles
in class ParameterizedFileUtil
public List<String> verify(List<Integer> expectedTiles, int[] expectedCycles)
ParameterizedFileUtil
verify
in class ParameterizedFileUtil
expectedTiles
- An ordered list of tile numbersexpectedCycles
- An ordered list of cycle numbers that may contain gapspublic List<String> fakeFiles(List<Integer> expectedTiles, int[] expectedCycles, IlluminaFileUtil.SupportedIlluminaFormat format)
ParameterizedFileUtil
fakeFiles
in class ParameterizedFileUtil
expectedTiles
- An ordered list of tile numbersexpectedCycles
- An ordered list of cycle numbers that may contain gapsformat
- The format of the files that are to be faked