Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bl_sam_buf...ignment_ok(3) Library Functions Manual bl_sam_buf...ignment_ok(3)

NAME
       bl_sam_buff_alignment_ok() - Verify alignment quality

LIBRARY
       #include	<biolibc/sam-buff.h>
       -lbiolibc -lxtend

SYNOPSIS
       bool    bl_sam_buff_alignment_ok(bl_sam_buff_t *sam_buff,
       bl_sam_t	*sam_alignment)

ARGUMENTS
       sam_buff	   Pointer to bl_sam_buff_t structure with quality specs
       sam_alignment   Pointer to new alignment

DESCRIPTION
       Verify  that  an	alignment meets	the quality requirements for the given
       SAM buffer.  Each bl_sam_buff_t structure contains  specifications  for
       minimum quality scores as well as statistics on alignments checked, in-
       cluding	the  number of discarded alignments and	a sum of the alignment
       scores (for calculating the average score of discarded alignments).

RETURN VALUES
       true if the alignment meets the quality requirements false otherwise

SEE ALSO
       bl_sam_buff_check_order(3)

						    bl_sam_buf...ignment_ok(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_sam_buff_alignment_ok&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help