Go to the source code of this file.
|
#define | TBX_MAX_SHIFT 31 |
|
#define | TBX_GENERIC 0 |
|
#define | TBX_SAM 1 |
|
#define | TBX_VCF 2 |
|
#define | TBX_UCSC 0x10000 |
|
#define | tbx_itr_destroy(iter) hts_itr_destroy(iter) |
|
#define | tbx_itr_queryi(tbx, tid, beg, end) hts_itr_query((tbx)->idx, (tid), (beg), (end), tbx_readrec) |
|
#define | tbx_itr_querys(tbx, s) hts_itr_querys((tbx)->idx, (s), (hts_name2id_f)(tbx_name2id), (tbx), hts_itr_query, tbx_readrec) |
|
#define | tbx_itr_next(htsfp, tbx, itr, r) hts_itr_next(hts_get_bgzfp(htsfp), (itr), (r), (tbx)) |
|
#define | tbx_bgzf_itr_next(bgzfp, tbx, itr, r) hts_itr_next((bgzfp), (itr), (r), (tbx)) |
|
#define tbx_bgzf_itr_next |
( |
|
bgzfp, |
|
|
|
tbx, |
|
|
|
itr, |
|
|
|
r |
|
) |
| hts_itr_next((bgzfp), (itr), (r), (tbx)) |
Definition at line 35 of file tbx.h.
Definition at line 8 of file tbx.h.
Definition at line 31 of file tbx.h.
Definition at line 34 of file tbx.h.
Definition at line 32 of file tbx.h.
Definition at line 33 of file tbx.h.
Definition at line 6 of file tbx.h.
Definition at line 9 of file tbx.h.
Definition at line 11 of file tbx.h.
Definition at line 10 of file tbx.h.
void tbx_destroy |
( |
tbx_t * |
tbx) | |
|
Definition at line 41 of file tbx.c.
int tbx_readrec |
( |
BGZF * |
fp, |
|
|
void * |
tbxv, |
|
|
void * |
sv, |
|
|
int * |
tid, |
|
|
int * |
beg, |
|
|
int * |
end |
|
) |
| |
const char** tbx_seqnames |
( |
tbx_t * |
tbx, |
|
|
int * |
n |
|
) |
| |
Definition at line 13 of file tbx.c.
Definition at line 12 of file tbx.c.
Definition at line 14 of file tbx.c.
Definition at line 15 of file tbx.c.
Definition at line 16 of file tbx.c.