|
LIBRARY#include <biolibc/vcf.h> -lbiolibc -lxtend SYNOPSISchar **bl_vcf_sample_alloc(bl_vcf_t *vcf_call, size_t samples)ARGUMENTSvcf_call Pointer to a bl_vcf_t structure with multiple samples samples The number of samples that must be accommodated DESCRIPTIONAllocate an array for multiple samples in a VCF call.RETURN VALUESAddress of the allocated array (NULL if malloc failed)SEE ALSObl_vcf_init(3), bl_vcf_read_static_fields(3) Visit the GSP FreeBSD Man Page Interface. |