GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
bl_sam_buff_init(3) FreeBSD Library Functions Manual bl_sam_buff_init(3)

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

void bl_sam_buff_init(bl_sam_buff_t *sam_buff, unsigned int mapq_min, size_t max_alignments)

sam_buff    Pointer to a the bl_sam_buff_t structure to initialize
mapq_min    User-selected minimum MAPQ value

Initialize a SAM alignment buffer for holding recently read SAM alignments. 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 minimum MAPQ value is stored in the bl_sam_buff_t structure for filtering with bl_sam_buff_alignment_ok(3).

bl_sam_buff_check_order(3), bl_sam_read(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.