|
LIBRARY#include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSISint bl_sam_buff_add_alignment(bl_sam_buff_t *sam_buff, bl_sam_t *sam_alignment)ARGUMENTSsam_buff Pointer to bl_sam_buff_t structure where alignments are buffered sam_alignment New SAM alignment to add to buffer DESCRIPTIONAdd a new alignment to the buffer, expanding the array as needed up to BL_SAM_BUFF_MAX_SIZE.SEE ALSObl_sam_buff_init(3), bl_sam_buff_check_order(3) Visit the GSP FreeBSD Man Page Interface. |