public final class SplittingBAMIndex extends Object
BAMInputFormat. Reads files that are
created by SplittingBAMIndexer.
Indexes the positions of individual BAM records in the file.
| Constructor and Description |
|---|
SplittingBAMIndex() |
SplittingBAMIndex(File path) |
SplittingBAMIndex(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getVirtualOffsets() |
int |
hashCode() |
static void |
main(String[] args)
Writes some statistics about each splitting BAM index file given as an
argument.
|
Long |
nextAlignment(long filePos) |
Long |
prevAlignment(long filePos) |
void |
readIndex(InputStream in) |
int |
size() |
String |
toString() |
public SplittingBAMIndex()
public SplittingBAMIndex(File path) throws IOException
IOExceptionpublic SplittingBAMIndex(InputStream in) throws IOException
IOExceptionpublic void readIndex(InputStream in) throws IOException
IOExceptionpublic Long prevAlignment(long filePos)
public Long nextAlignment(long filePos)
public int size()
public static void main(String[] args)
Copyright © 2017. All rights reserved.