NVBIO
|
Go to the source code of this file.
Functions | |
int | cram_index_load (cram_fd *fd, const char *fn) |
void | cram_index_free (cram_fd *fd) |
cram_index * | cram_index_query (cram_fd *fd, int refid, int pos, cram_index *frm) |
int | cram_seek_to_refpos (cram_fd *fd, cram_range *r) |
int | cram_index_build (cram_fd *fd, const char *fn_base) |
Definition at line 427 of file cram_index.c.
void cram_index_free | ( | cram_fd * | fd) |
Definition at line 252 of file cram_index.c.
Definition at line 95 of file cram_index.c.
cram_index* cram_index_query | ( | cram_fd * | fd, |
int | refid, | ||
int | pos, | ||
cram_index * | frm | ||
) |
Definition at line 280 of file cram_index.c.
int cram_seek_to_refpos | ( | cram_fd * | fd, |
cram_range * | r | ||
) |
Definition at line 344 of file cram_index.c.