NVBIO
Main Page
Modules
Classes
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
contrib
htslib
htslib
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);
10
void
bcf_sweep_destroy
(
bcf_sweep_t
*sw);
11
bcf_hdr_t
*
bcf_sweep_hdr
(
bcf_sweep_t
*sw);
12
bcf1_t
*
bcf_sweep_fwd
(
bcf_sweep_t
*sw);
13
bcf1_t
*
bcf_sweep_bwd
(
bcf_sweep_t
*sw);
14
15
#endif
Generated on Wed Feb 25 2015 08:32:48 for NVBIO by
1.8.4