|
LIBRARY#include <biolibc/sam-buff.h> -lbiolibc -lxtend SYNOPSISvoid bl_sam_buff_check_order(bl_sam_buff_t *sam_buff, bl_sam_t *sam_alignment)ARGUMENTSsam_buff Pointer to a SAM buffer with recent alignments sam_alignment Pointer to the most recently read alignment DESCRIPTIONCheck that the newly read SAM alignment comes after the previous one, assuming the input is sorted first by chrom and then position. The previous chrom and position are stored in sam_buff (and initialized so that the first SAM alignment read is always OK).SEE ALSObl_sam_read(3) Visit the GSP FreeBSD Man Page Interface. |