NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vcf_sweep.h
Go to the documentation of this file.
1 #ifndef __VCF_SWEEP_H__
2 #define __VCF_SWEEP_H__
3 
4 #include "hts.h"
5 #include "vcf.h"
6 
7 typedef struct _bcf_sweep_t bcf_sweep_t;
8 
9 bcf_sweep_t *bcf_sweep_init(const char *fname);
14 
15 #endif