![]() |
![]()
| ![]() |
![]()
NAMEbl_sam_buff_shift() - Close gap after removing a SAM alignment LIBRARY#include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSISvoid bl_sam_buff_shift(bl_sam_buff_t *sam_buff, size_t nelem) ARGUMENTSsam_buff Pointer to bl_sam_buff_t structure holding alignments nelem Number of alignments to free DESCRIPTIONFree nelem SAM alignments at the head of the queue and shift remaining elements forward nelem positions. SEE ALSObl_sam_buff_free_alignment(3) FIXME: Use circular queuing for better efficiency
|