Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vcf_sweep.h
Go to the documentation of this file.
1 /* vcf_sweep.h -- forward/reverse sweep API.
2 
3  Copyright (C) 2013 Genome Research Ltd.
4 
5  Author: Petr Danecek <pd3@sanger.ac.uk>
6 
7 Permission is hereby granted, free of charge, to any person obtaining a copy
8 of this software and associated documentation files (the "Software"), to deal
9 in the Software without restriction, including without limitation the rights
10 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 copies of the Software, and to permit persons to whom the Software is
12 furnished to do so, subject to the following conditions:
13 
14 The above copyright notice and this permission notice shall be included in
15 all copies or substantial portions of the Software.
16 
17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23 DEALINGS IN THE SOFTWARE. */
24 
25 #ifndef HTSLIB_VCF_SWEEP_H
26 #define HTSLIB_VCF_SWEEP_H
27 
28 #include "hts.h"
29 #include "vcf.h"
30 
31 typedef struct _bcf_sweep_t bcf_sweep_t;
32 
33 bcf_sweep_t *bcf_sweep_init(const char *fname);
38 
39 #endif
bcf1_t * bcf_sweep_bwd(bcf_sweep_t *sw)
Definition: vcf_sweep.c:173
bcf1_t * bcf_sweep_fwd(bcf_sweep_t *sw)
Definition: vcf_sweep.c:144
Definition: vcf.h:194
bcf_sweep_t * bcf_sweep_init(const char *fname)
Definition: vcf_sweep.c:105
Definition: vcf_sweep.c:31
Definition: vcf.h:100
void bcf_sweep_destroy(bcf_sweep_t *sw)
Definition: vcf_sweep.c:120
bcf_hdr_t * bcf_sweep_hdr(bcf_sweep_t *sw)
Definition: vcf_sweep.c:181