Class PerTileOrPerRunFileUtil

    • Constructor Detail

      • PerTileOrPerRunFileUtil

        public PerTileOrPerRunFileUtil​(String extension,
                                       File base,
                                       FileFaker faker,
                                       int lane)
    • Method Detail

      • filesAvailable

        public boolean filesAvailable()
        Description copied from class: ParameterizedFileUtil
        Determine whether or not files are available
        Overrides:
        filesAvailable in class PerTileFileUtil
        Returns:
        return true if files are found matching this types pattern, false otherwise
      • verify

        public List<String> verify​(List<Integer> expectedTiles,
                                   int[] expectedCycles)
        Description copied from class: ParameterizedFileUtil
        Given the expected tiles/expected cycles for this file type, return a list of error messages describing any missing/or malformed files
        Overrides:
        verify in class PerTileFileUtil
        Parameters:
        expectedTiles - An ordered list of tile numbers
        expectedCycles - An ordered list of cycle numbers that may contain gaps
        Returns:
        A list of error messages for this format