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

FreeBSD Manual Pages

  
 
  

home | help
bl_vcf_cal...t_of_order(3) Library Functions Manual bl_vcf_cal...t_of_order(3)

NAME
       bl_vcf_call_out_of_order() - Terminate with VCF sort error message

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

SYNOPSIS
       void    bl_vcf_call_out_of_order(bl_vcf_t *vcf_call,
       char *previous_chrom, int64_t previous_pos)

ARGUMENTS
       vcf_call	       Pointer to bl_vcf_t structure with latest call
       previous_chrom  Chromosome of previous VCF call
       previous_pos    Position	of previous VCF	call

DESCRIPTION
       Report VCF input	sort error and terminate the process.

RETURN VALUES
       Does not	return

SEE ALSO
       vcf_read_call(3)

						    bl_vcf_cal...t_of_order(3)

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

home | help