Package org.snpeff.fileIterator
Class SamFileIterator
Reads a SAM file
Note: This is a very 'rustic' reader (we should use Picard's API instead)
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snpeff.fileIterator.FileIterator
close, countNewLineChars, getFilePointer, getLine, getLineNum, guessNewLineChars, hasNext, hasSeek, init, isDebug, load, next, readLine, ready, remove, seek, setAutoClose, setDebug, setVerbose, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
SamFileIterator
-
-
Method Details
-
getHeaders
-
iterator
-
readNext
Read a sequence from the file- Specified by:
readNextin classFileIterator<SamEntry>- Returns:
-