FreeBSD Manual Pages
bl_sam_buff_init(3) Library Functions Manual bl_sam_buff_init(3) NAME bl_sam_buff_init() - Initialize a SAM buffer object LIBRARY #include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSIS void bl_sam_buff_init(bl_sam_buff_t *sam_buff, unsigned int mapq_min, size_t max_alignments) ARGUMENTS sam_buff Pointer to a the bl_sam_buff_t structure to initialize mapq_min User-selected minimum MAPQ value DESCRIPTION Initialize a SAM alignment buffer for holding recently read SAM align- ments. This is useful, for example, when scanning a SAM stream for alignments overlapping a certain region or position. The buffer array is set to a reasonable initial size and extended as far as BL_SAM_BUFF_MAX_SIZE by bl_sam_buff_add_alignment(3) if needed. A min- imum MAPQ value is stored in the bl_sam_buff_t structure for filtering with bl_sam_buff_alignment_ok(3). SEE ALSO bl_sam_buff_check_order(3), bl_sam_read(3) bl_sam_buff_init(3)
NAME | LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_sam_buff_init&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>