Package picard.illumina.parser.readers
Class BclIndexReader
java.lang.Object
picard.illumina.parser.readers.BclIndexReader
Annoyingly, there are two different files with extension .bci in NextSeq output. This reader handles
the file that contains virtual file pointers into a .bcl.bgzf file. After the header, there is a 64-bit record
per tile.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BclIndexReader
-
-
Method Details
-
getNumTiles
public int getNumTiles() -
get
public long get(int recordNumber) -
getBciFile
-