Class PosFileReader

All Implemented Interfaces:
htsjdk.samtools.util.CloseableIterator<AbstractIlluminaPositionFileReader.PositionInfo>, Closeable, AutoCloseable, Iterator<AbstractIlluminaPositionFileReader.PositionInfo>

public class PosFileReader extends AbstractIlluminaPositionFileReader
The pos file format is one 3 Illumina formats(pos, locs, and clocs) that stores position data exclusively. pos files store position data for successive clusters in tabbed delimited coordinated pairs, 1 per file row e.g.: xPos1\tyPos1 xPos2\tyPos2 102.0\t303.3 ... xPosn-1\yPosn-1 xPosn\yPosn Where n = the total number of clusters (and therefore lines) in the file.