X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam.h;h=92e7a36da97299d50aaa89e2576fb1242cf1576f;hb=63e4e54189bc9e7f43852edf865f95e713b93dc4;hp=c0bde4b9374e742ddda46dcc9474e78d4a2c1d45;hpb=7bd63d5c2677364126702d76c56e4d75981c62f4;p=samtools.git diff --git a/bam.h b/bam.h index c0bde4b..92e7a36 100644 --- a/bam.h +++ b/bam.h @@ -600,6 +600,7 @@ extern "C" { */ void bam_parse_region(bam_header_t *header, const char *str, int *ref_id, int *begin, int *end); + void bam_aux_append(bam1_t *b, const char tag[2], char type, int len, uint8_t *data); uint8_t *bam_aux_get(bam1_t *b, const char tag[2]); int32_t bam_aux2i(const uint8_t *s); float bam_aux2f(const uint8_t *s);